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

generic EDI schema #159

Closed tiebingzhang closed 2 years ago

tiebingzhang commented 2 years ago

Love the project! thanks!!

Was wondering whether you have a generic EDI schema (it's okay if it is just for X12 docs) that one can use to convert any EDI doc to JSON without missing information. Thanks!

-- Todd

jf-tech commented 2 years ago

No we don't have. In the past we always felt a custom schema for each data exchange partner was easier and more manageable than a generic one with insane complexity.

jf-tech commented 2 years ago

@tiebingzhang let me know if there are any additional questions.