hemal335 / EDIParsing

This Repo created is to parse EDI Document and store into Database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EDIParsing

This Repo created is to parse EDI Document and store into Database.

Check Python Version Installed

$ python --version

Python Project Set up

Run following command to install required packages

$ pip install -r requirements.txt

Input file path change to your directory

  • open main.py
  • change inputpath=={} ---- to your directory.
  • save it

Run the code

$ python3 main.py

About

This Repo created is to parse EDI Document and store into Database.


Languages

Language:Python 100.0%