Any open source Java library that can parse an EDI file in ANSI x12 and UN / EDIFACT?

Is there any open source Java library that can parse an EDI file in ANSI X12 and UN / EDIFACT ? I found smooks (http://www.smooks.org) that supports the UN / EDIFACT standard, but I'm not sure if it supports EDI files in the ANSI X12 standard.

Thanks in advance.

+5
source share
3 answers

The Smooks team will announce that their future release will start supporting version X12. I'm waiting here too.

+3
source

EDIReader ANSI X12, UN/EDIFACT.

+1

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

0
source

All Articles