jf-tech / omniparser

omniparser: a native Golang ETL streaming parser and transform library for CSV, JSON, XML, EDI, text, etc.
MIT License
931 stars 68 forks source link

JSON/XML to EDI conversion #146

Closed sankethpb closed 3 years ago

sankethpb commented 3 years ago

Could you please clarify if JSON / XML data can be converted to EDI EDIFACT data? If feasible, could you please provide a small example? Thank you in advance.

jf-tech commented 3 years ago

No. This parser is all about ingestion (various supported formats) and transforming (into JSON). The library has two types of EDI readers but doesn't have/include an EDI writer.

sankethpb commented 3 years ago

Thank you, would there be any plans to include a EDI writer in future?

jf-tech commented 3 years ago

At this moment, no. But I'd like to have a detailed sample so I can consider/plan for it.

jf-tech commented 3 years ago

@sankethpb closing this issue. Feel free to reopen it when you sample to provide.