edi-parser-component
This component is based on Open Integration Hub framework, allowing this to connect with other components in order to have different flow exchanging data in a specific goal of transformation for the information.
This component allows to transform EDI file content to JSON, transform JSON to EDI file, and transform JSON map to same JSON output
Features
- transform EDI file content to JSON
- Transform JSON to EDI file
- Transform JSON map to same JSON output
Libraries
For more detail of the functionality review edi-parser-cg-lib documentation
Installation
Docker image: cloudgenuser/edi-parser-component:1.0.0
Functions
- trigger:
- edi_json_source
- json_edi_source
- map_json_source
- action:
Fields:
- content: the payload, and the data fo EDI file content
- elementDelimiter: indicates the symbol that separates or will separate the values of each element in the EDI document, by default the value is
*
. - endOfLine: property that indicates the symbol to separate each segment, by default it is a line break
\n
. - format: property that indicates if the EDI content is formatted or not, by default is
true
. - segmentTerminator: property that indicates the symbol to delimit each segment, by default it is the
~
symbol. - subElementDelimiter: property that indicates the symbol to delimit subelements, by default it is the
>
symbol. - mapping: property to set the json input with a QUERY ENGINE