ilopez / GS1Parser

A GS1 Parser for C#
MIT License
28 stars 11 forks source link

help #5

Open nuriahmet opened 4 years ago

nuriahmet commented 4 years ago

Hello, Friend, 010404188511271221X12Y9JNZ961721080610176600715 can you help me how to isolate this barcode ?

davideusai commented 4 years ago

Hello, it is a GS1 structure using following AI 01.21.17.10. If you a put a character separator just before AI 17 you will be able to parse correctly. Without, it could be more difficult. Have a nice day

nuriahmet commented 4 years ago

can you share a sample code that i can use

davideusai commented 4 years ago

Yes of course. Instead 010404188511271221X12Y9JNZ96@1721080610176600715

nuriahmet commented 4 years ago

but I want to separate it as 01,21,17,10

davideusai commented 4 years ago

Yes, and with a separator there you will could do that 0104041885112712 21 X12Y9JNZ96 17 210806 10 176600715