Help - Parse EDI file into XML
lasarvit opened this issue · 2 comments
lasarvit commented
I have seen this library but not able to locate any example to parse EDI file into XML. Can anyone of you please help.
menacher commented
azoner commented
the command line utility included in the project "x12xml" does this - converts X12 contents into a pretty ugly and non-useful XML format.
I have more luck writing code to enumerate through the x12, pick out the elements that are useful, and create a JSON or XML version, using names that make much more sense in your specific use case.