Skip to content

teemuhonkanen/msconsconverter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Converting data from MSCONS (EDIFACT) format to CSV.

Dependencies

  • Python 2.7, 3.8
  • docopt
pip install -r requirements.txt

Usage

# providing data folder and data files as input
python msconsconverter.py '../data/' 'MSCONS_TL_SAMPLE01.txt,MSCONS_TL_SAMPLE02.txt' --verbose

# running sample
python msconsconverter.py --sample

Usage on Ubuntu

  • Preparation and start
cd msconsconverter
apt-get install dos2unix -y
dos2unix run.sh
chmod +x run.sh
./run.sh
  • For details see run.sh

Materials MSCONS (EDIFACT)

About

Converts MSCONS (EDIFACT) format into CSV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.5%
  • Batchfile 1.8%
  • Shell 1.7%