Converting data from MSCONS (EDIFACT) format to CSV.
- Python 2.7, 3.8
- docopt
pip install -r requirements.txt
# 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
- Preparation and start
cd msconsconverter
apt-get install dos2unix -y
dos2unix run.sh
chmod +x run.sh
./run.sh
- For details see
run.sh
- EDIFACT - English
- EDIFACT - German
- EDI@Energy MSCONS -> format description, see "Bewegungsdaten" section
- http://www.edi-energy.de/
- Various Usages -> see "GPKE" section