Skip to content

metaphist/x12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

x12 EDI Parser

Parses EDI x12 format messages into a JSON object.

Uses an optional map file to control the format of the resulting object. The map root nodes are named after segment identifiers in the EDI doc, and the elements under the node correspond to separated elements in the EDI doc in the order they appear.

let x12 = new (require('./x12.js'))
x12.parse('Valid EDI string', (err, parsed) => console.log(parsed))

About

EDI x12 parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published