5
votes

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.

4

4 Answers

3
votes

Smooks team publish their future release would start supporting the X12 version.I eagerly waiting here too.

1
votes

According documentation EDIReader can parse both ANSI X12 and UN/EDIFACT.

0
votes

I have successfully used X12 Java parser. Here is the link http://code.google.com/p/x12-parser/source/checkout

0
votes

You may wish to take a look at StAEDI, a streaming parser/generator that supports X12 and EDIFACT with schema validation. Disclaimer: I am the author of the library.