jonnio / edi_parser

It is a parser that parse file with ANSI X12 edi format and converts it to json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It is a simple parser that parses a file with ANSI X12 EDI format, creates document object, converts it to the python dictionary data type, and can store it as a JSON

  • a tests folder contains test_script.py that demonstrate the main functionality of the Parser
  • edi_test.txt in the test folder is a document in EDI X12 format

About

It is a parser that parse file with ANSI X12 edi format and converts it to json


Languages

Language:Python 100.0%