Reputation: 1446
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.
Upvotes: 5
Views: 11646
Reputation: 420
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.
Upvotes: 2
Reputation: 1446
I have successfully used X12 Java parser. Here is the link http://code.google.com/p/x12-parser/source/checkout
Upvotes: 0
Reputation: 195
Smooks team publish their future release would start supporting the X12 version.I eagerly waiting here too.
Upvotes: 3
Reputation: 42084
According documentation EDIReader can parse both ANSI X12 and UN/EDIFACT.
Upvotes: 1