问题
Is there any open source java library which can parse an EDI file in both ANSI X12 and UN/EDIFACT standards? I have found smooks (http://www.smooks.org), which supports UN/EDIFACT standard but not sure whether this will support EDI files in ANSI X12 standard.
Thanks in advance.
回答1:
Smooks team publish their future release would start supporting the X12 version.I eagerly waiting here too.
回答2:
According documentation EDIReader can parse both ANSI X12 and UN/EDIFACT.
回答3:
I have successfully used X12 Java parser. Here is the link http://code.google.com/p/x12-parser/source/checkout
来源:https://stackoverflow.com/questions/11816836/any-open-source-java-library-which-can-parse-an-edi-file-in-both-ansi-x12-and-un