usage: batchfile.py [-h] --config INPUTFILE [--section SECTION] [--workdir WORKDIR]
[--yyyymmdd YYYYMMDD]
根据配置文件,加工明细数据
optional arguments:
-h, --help show this help message and exit
--config INPUTFILE, -c INPUTFILE
input config file
--section SECTION, -s SECTION
input section
--workdir WORKDIR, -w WORKDIR
input workdir
--yyyymmdd YYYYMMDD, -d YYYYMMDD
input year month day[20200815]
示例:
1. 根据gen_test_tbspacn0配置, 产生tbspacn测试数据
time python batchfile.py -c batchfile.yaml -s gen_test_tbspacn0 -w F:/tmp/data -d 20200815
2. 根据tbspacn0配置, 合并当日tbsptac0数据
time python batchfile.py -c batchfile.yaml -s tbspacn0 -w F:/tmp/data -d 20200815