5

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.

Leejoy
  • 1,356
  • 5
  • 23
  • 36

4 Answers4

3

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

Raj P
  • 155
  • 1
  • 2
  • 7
1

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

Mikko Maunu
  • 41,366
  • 10
  • 132
  • 135
0

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

Leejoy
  • 1,356
  • 5
  • 23
  • 36
0

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.

Michael Edgar
  • 350
  • 3
  • 12