Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

edi-parser-component

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc