EDIReader is a Java package for parsing business documents structured according to EDI standards. It supports the SAX and JAXP interfaces defined for XML, making it suitable for use in any XML-based system that allows the configuration of a custom SAX parser.
This repository was created by and is maintained by the owner/creator of the EDIReader project orignally hosted at SourgeForge.
EDIReader Community Edition is now available in Maven Central repository using
<dependency>
<groupId>com.berryworks</groupId>
<artifactId>edireader</artifactId>
<version>4.7.3.1</version>
</dependency>
The 5.3.2 release will be available soon, and represents a major update from the 4.7.3 release. It has been fully updated for Java 7 and includes a variety of improvements. It is a subset of the commercial version of EDIReader used in a number of commercial systems and products.