aaronhuggins / node-x12

ASC X12 parser, generator, query engine, and mapper; now with support for streams.
https://aaronhuggins.github.io/node-x12/
MIT License
49 stars 14 forks source link

Detect subElementDelimiter from document #2

Closed ahuggins-nhs closed 4 years ago

ahuggins-nhs commented 4 years ago

Need to be able to detect subElementDelimiter from document. This delimiter will always be at ISA16, and so should be picked up by parser if not provided by options at runtime.

ahuggins-nhs commented 4 years ago

Fixed and released to npm.