執行資料規則輸入檔案

這個檔案 (在 requirement.csv 中參考它來支援資料規則的執行) 應該指定開始期間、結束期間、匯入模式、匯出模式以及在環境中可用的選擇性匯入檔案名稱。

  • 使用檔案名稱時,每一行的格式如下:

    startperiod=START_PERIOD;endperiod=END_PERIOD;importmode=IMPORT_MODE;exportmode=EXPORT_MODE;filename=FILE NAME

  • 如果未指定檔案名稱,則會使用資料規則中識別的檔案。未使用檔案名稱時的格式如下:

    startperiod=START_PERIOD;endperiod=END_PERIOD;importmode=IMPORT_MODE;exportmode=EXPORT_MODE

範例輸入檔案:

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