🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

edi-parser-component

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

edi-parser-component

[![N|Solid](https://cloudgensys.com/cg-demo/wp-content/uploads/2019/05/CG-Logo-01.png)](https://www.cloudgensys.com/)

1.0.0
unpublished
latest
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created

N|Solid

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:
    • edi_json
    • json_edi
    • map_json

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

FAQs

Package last updated on 11 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts