Run Data Rule Input File
This file, referenced in requirement.csv to support the running of data
rules, should specify the start period, end period, import mode, export mode, and an
optional import file name available in the environment.
- Format of each line if a file name is used:
startperiod=START_PERIOD;endperiod=END_PERIOD;importmode=IMPORT_MODE;exportmode=EXPORT_MODE;filename=FILE NAME - If a file name is not specified, the file identified in the data rule is used.
Format if a file name is not
used:
startperiod=START_PERIOD;endperiod=END_PERIOD;importmode=IMPORT_MODE;exportmode=EXPORT_MODE
A sample input file:
startperiod=Dec-15;endperiod=Dec-15;importmode=REPLACE;exportmode=STORE_DATA;filename=comma_delim_file1.csv
startperiod=Dec-16;endperiod=Dec-16;importmode=REPLACE;exportmode=STORE_DATA;filename=comma_delim_file2.csv
startperiod=Dec-17;endperiod=Dec-17;importmode=REPLACE;exportmode=STORE_DATA;filename=comma_delim_file3.csv
startperiod=Dec-18;endperiod=Dec-18;importmode=REPLACE;exportmode=STORE_DATA;filename=comma_delim_file4.csv
startperiod=Dec-19;endperiod=Dec-19;importmode=REPLACE;exportmode=STORE_DATA;filename=comma_delim_file5.csv