Leejoy
Leejoy

Reputation: 1446

Any open source java library which can parse an EDI file in both ANSI x12 and UN/EDIFACT standards?

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

Answers (4)

Michael Edgar
Michael Edgar

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

Leejoy
Leejoy

Reputation: 1446

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

Upvotes: 0

Raj P
Raj P

Reputation: 195

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

Upvotes: 3

Mikko Maunu
Mikko Maunu

Reputation: 42084

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

Upvotes: 1

Related Questions