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. If a file name is not specified, the file name specified in the data rule is used. Format of each line:startperiod=START PERIOD;endperiod=END PERIOD;importmode=IMPORT_MODE;exportmode=EXPORT_MODE;filename=FILE NAME

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