Tom De Caluwé

Results 6 issues of Tom De Caluwé

The table of contents menu entries are generated automatically which poses a problem in translation mode. The menu translation entries should not be editable separately. This commit prevents the menu...

RD

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.

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