Giter Site home page Giter Site logo

reseauphast / parserio Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 5.0 241.6 MB

The ParserIO is a barcode interpret (parser). It takes one input string and it returns a well-structured output as result of the parsing. ParserIO as ParserInterOpérable (Interoperable Parser) is a C# Class Library developed using the Microsoft .NET Framework.

License: GNU Lesser General Public License v3.0

C# 57.65% C++ 0.39% C 0.10% HTML 6.60% TSQL 1.68% JavaScript 33.57%

parserio's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

parserio's Issues

Handling of variable length GS1 elements does not work

I.e. for code.StartsWith("10"):

if skip < code.Length, so if there is a fnc1 included in code, the following line doesn't select the correct substring:

code = code.Substring(skip, code.Length - skip);

I think it needs to be something like this:

if (skip == code.Length)
code = string.Empty;
else
code = code.Substring(skip + 1, code.Length - skip -1);

Subtype 01.17.21 non reconnu

Le code barre ci-dessous (01006431690270911722042321B718589) n'est pas entièrement reconnu par le parserIO. Le n° de série B718589 situé après le marqueur (21) n'est pas trouvé.
code_barre_01 17 21

NaS 012

Hi,

In version 2.2.1.1, in data directory, the file "Barcodestore_master_20180829154420.xml" always contains barcode "SEM171252^P30778E4009A" corrsponding to NaS 012.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.