Article: EDI File Loader Overview – JS

Index

Overview

EDIFileLoader provides a fast and easy way to parse and load X12 data.
EDIFileLoader enables loaded data to be accessed in an API-like fashion after loading. Unlike the EDIValidator component the resulting structure is flat with only one main loop that contains all segments in the file.

Main Features

  • EDI Parser
  • Loads any EDI file (X12 and EDIFACT)
  • Handles composite elements
  • Fast parsing and loading speeds
  • Creates an EDILightWeightDocument object after loading is completed for easy access to EDI data
  • Auto detection of segment, element and composite delimiters
  • Loads EDI files without any rules files whatsoever

Related Articles

Main Categories