How do I parse EDIFACT in Java?

Johannes Brodwall picture Johannes Brodwall · May 8, 2010 · Viewed 30.7k times · Source

Parsing EDIFACT can be a daunting undertaking. How can I correctly create the syntactically and semantically correct tree from an EDIFACT file?

Answer

Chris K picture Chris K · May 8, 2010

www.smooks.org - A template-based text parser. They have suitable EDI examples that I was looking to use to implement for Walmart 810s before they dumped my products.