jonnio / edi-schemas

Schemas for X12 and EDIFACT as JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EDI Schemas

Schemas for X12 and EDIFACT as JSON.

These were converted using a script from the BOTS EDI translator grammars. Using this, an EDI generator or parser can be written in any programming language.

Structure

Under each folder, there will be a JSON file prefixed with records which contains the segment definitions. The other files contain the definitions for the actual message types.

Regenerating the schemas

Run make generate. Note that you need Node.js installed and it can only be run on Linux/Unix.

About

Schemas for X12 and EDIFACT as JSON

License:GNU General Public License v3.0


Languages

Language:Shell 93.2%Language:Makefile 6.8%