文件名称:msconsconverter:将数据从MSCONS(EDIFACT)格式转换为CSV
文件大小:44KB
文件格式:ZIP
更新时间:2024-03-10 04:19:25
Python
关于 将数据从MSCONS(EDIFACT)格式转换为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 在Ubuntu上的用法 准备和开始 cd msconsconverter apt-get install dos2unix -y dos2unix run.sh chmod +x run.sh ./run.sh 有关详
【文件预览】:
msconsconverter-master
----data()
--------MSCONS_TL_SAMPLE02.txt(201KB)
--------MSCONS_TL_SAMPLE01.txt(201KB)
----msconsconverter()
--------directory_helper.py(3KB)
--------msconsconverter.py(10KB)
--------run.sh(249B)
--------run.bat(254B)
----requirements.txt(6B)
----.gitignore(135B)
----README.md(1KB)