node-edifact icon indicating copy to clipboard operation
node-edifact copied to clipboard

Javascript stream parser for UN/EDIFACT documents.

Results 8 node-edifact issues
Sort by recently updated
recently updated
newest added

Off-by-one error trying to get the element name when validating the count of the previous element's components.

Three new classes are introduced: - A `Decoder` class which interfaces with the `Parser` class - An `Encoder` class to construct new valid EDIFACT messages - A `Translator` class to...

Add support for interchanges and groups.

Load definitions from json files instead of using node includes.

What is the best way to put together the segments and elements file for an edifact 271 message. How do I get the info to create the files for parser....

question

Could it be possible to track segment group on closing segment in parser? When we convert components to properties of our model, we need to know where we are in...

question

This would include: - Support for interchange headers and trailers (UNB and UNZ) - Support for grouping (UNG and UNE) - Possibly read the UNH header of the message to...

enhancement

Leading zeroes for numeric fields and trailing spaces for text fields should be omitted in the output of the parser.

enhancement