tdecaluwe / node-edifact

Javascript stream parser for UN/EDIFACT documents.
https://www.npmjs.com/package/edifact
Apache License 2.0
50 stars 13 forks source link

EDI 850 support? #30

Closed leosco closed 4 years ago

leosco commented 6 years ago

Does this support EDI 850? I'm receiving this error when I try to do a simple parse of a message:

Error: Invalid character * after reading segment name ISA
     at Object.invalidControlAfterSegment (/Users/leonidas/Projects/myProj/node_modules/edifact/parser.js:237:12)
     at Parser.write (/Users/leonidas/Projects/myProj/node_modules/edifact/parser.js:151:29)
leosco commented 4 years ago

Closing as EDI 850 is not supported by this project. I'll be publishing a repo soon that's capable of parsing EDI 850.