edireader
edireader copied to clipboard
EDIReader is a flexible and lightweight EDI parser, written in pure Java with many integration options. It has handled millions of transactions in a wide variety of products, services, industries, pla...
Any source you can point me to in terms of the Java that will be needed. I operate primarily in C# and JS.
Can you guide how to execute this zip file in eclipse ?
Does Edireader validate input 834 file? If yes, which schema it uses?
Is there any sample code or project to output as JSON?
Sometimes EDI transactions are generated with flawed software, producing structurally invalid EDI with the wrong segment count in the SE trailer segment. How does EDIReader support recovery from such input?
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
the EDIReader Community Edition is not available through the Maven Central repository. I was wondering is there a plan to do so? and if not? Is there an example how...
Fixes #2
More of a comment about a potential extension. We load the output into a document database and use XPath to access the data. As the elements have an `@Id` attribute...