Open the Metabase Manager Start All Programs Oracle Oracle Data

Working with Oracle Data Quality Products 16-7 p1.stx where N is the internal ID of the entity corresponding to the quality input file if the first process is a transformer. 12. Change the following input parameters in the settings file: ■ In DATA_FILE_NAME, specify the name and location absolute path of your quality input file in run-time. ■ In FILE_DELIMITER, specify the delimiter used in the quality input file. ■ In START_RECORD, specify the line number where data starts. For example, if there is a 1 line header, the value should be 2. For example, if you have the customer_master.csv quality input file comma-separated with one header line located in C:oracleoracledqmetabase_datametabaseoracledqData, you should edit the following section: CATEGORYINPUTPARAMETERINPUT_SETTINGS ARGUMENTS ENTRY ENTRY_ID1ENTRY_ID FILE_QUALIFIERCustomer_Master1FILE_QUALIFIER DATA_FILE_NAMEINPUTe1_customer_master.datDATA_FILE_NAME DDL_FILE_NAMEDDLe1_customer_master.ddxDDL_FILE_NAME FILE_DELIMITER USE_QUOTES_AS_QUALIFIER START_RECORD as shown below: CATEGORYINPUTPARAMETERINPUT_SETTINGS ENTRY ENTRY_ID1ENTRY_ID FILE_QUALIFIERCustomer_Master1FILE_QUALIFIER DATA_FILE_NAMEC:\oracle\oracledq\metabase_ data\metabase\oracledq\Data\customer_master.csv DATA_FILE_NAME DDL_FILE_NAMEDDLe1_customer_master.ddxDDL_FILE_NAME FILE_DELIMITER,FILE_DELIMITER USE_QUOTES_AS_QUALIFIER START_RECORD2START_RECORD 13. Save and close the settings file. 14. Also in the settings directory, open the file that corresponds to the settings of the process generating the output cleansed data. Typically, for a cleansing project which finishes with a Data Reconstructor process, it is named with eNN_ datarec_pXX.stx. Change the following value in the settings file to give the full path of the generated output file. CATEGORYOUTPUTPARAMETER OUTPUT_SETTINGS ARGUMENTS FILE_QUALIFIEROUTPUTFILE_QUALIFIER DATA_FILE_NAMEC:\oracle\oracledq\metabase_ data\metabase\oracledq\Data\customer_master_cleansed.csv DATA_FILE_NAME DDL_FILE_NAMEDDLe36_us_datarec_p11.ddxDDL_FILE_NAME 15. Save and close the settings file. 16. If you have several data quality processes that generate useful output files for example, one data reconstructor per country. Repeat the two previous steps for each of these processes.