Index
Overview
EDIFileParser is a low level multi-threaded component that provides a fast and easy way to parse EDI files line by line. It auto detects all special delimiters characters and provides an iterator over all EDI segments.
EDIFileParser is used in scenarios where developers need to read and process EDI file lines one by one and possibly feed that data into other programs or systems.
Main Features
-
Multi-threaded EDI parser
-
Parses any EDI file (X12 and EDIFACT)
-
Auto detection of segment, element and composite delimiters
-
Creates an line by line iterator over EDI file data
-
Extremely easy to use API