EDIReader parses EDI input from ANSI X12 and EDIFACT, including documents for HIPAA compliance. It supports Java JAXP/SAX XML interfaces with a custom implementation of an "XML" parser, allowing direct transformation of EDI data with XSLT stylesheets.
Be the first to post a text review of EDIReader. Rate and review a project by clicking thumbs up or thumbs down in the right column.
EDIReader provides a simple way for Java applications to read EDI documents and process them as XML. It supports the same JAXP and SAX2 APIs commonly used by XML parsers, which means that parsed EDI data can be accessed and manipulated with XML techniques such as DOM, XPath and XSLT as alternatives to a proprietary EDI mapper/translator. EDI formats defined by ANSI X12 and UN/EDIFACT are supported, and the framework has been extended to support other formats as well. The 4.1 release of EDIReader includes an expanded set of document-specific plugins. A plugin allows the parser to recognize the nested segment groups within a document and reflect that grouping in the generated XML. This release also supports the generation of EDI acknowledgments, CONTRL messages for EDIFACT and 997 transactions for X12, as a by-product of parsing.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?