Create a Quality Input File

16-6 Oracle Fusion Middleware Developers Guide for Oracle Data Integrator ■ data : This folder is used to contain input and output data as well as temporary data files. These files have a .DAT extension. As you specified No data for the export, this folder is empty. ■ ddl : This folder contains the entities metadata files .DDX and .XML. These files describe the data files fields. They are prefixed with eNN_ , where NN is the Entity number. Each entity is described in two metadata files. eNN_name of the entity.ddx is the description of the entity with possible duplicated columns suitable for fixed files. enNN_name of the entity_ csv.ddx is the description of the entity with non-duplicated columns suitable for fixed and delimited files. It recommended to use these files for the reverse-engineering process. ■ scripts : This folder contains the batch script runprojectN. This script runs the quality process and is the one that will be triggered by Oracle Data Integrator. ■ settings : This folder contains settings files .ddt, .sto, .stt, .stx and the configuration file config_batch.tbl. 4. After the message window has disappeared, examine the folder you have specified and check that all folders and files are correctly created. 5. Move the exported project to a folder on the run-time machine. This machine must have the Oracle Data Quality Server installed at it will run the quality project. 6. Open with a text Editor the batch script runprojectN and the configuration file config_batch.tbl in the batchsettings sub-folder of your projectN folder. 7. Perform the following changes to configure the run-time directory in the project. ■ In config_batch.tbl, specify the location absolute path of the directory containing the projectN folder for the DATABASE parameter. ■ In runprojectN, specify the location absolute path of the projectN directory for the TS_PROJECT parameter. For example, if you have the config_batch.tbl and runproject2. files located in C:\oracle\oracledq\metabase_ data\metabase\oracledq\project2\batch\, you should specify ■ in \settings\config_batch.tbl: DATABASE = C:\oracle\oracledq\metabase_ data\metabase\oracledq\project2\batch ■ in \scripts\runprojectN.: set TS_ PROJECT=C:\oracle\oracledq\metabase_ data\metabase\oracledq\project2\batch 8. Save and close the config_batch.tbl file. 9. In runprojectN uncomment the very last line of the file remove the :: character at the beginning of the last line. 10. Save and close the runprojectN file. 11. Oracle Data Integrator uses CSV formatted files typically, comma-delimited with one header line to provide the data quality project with input data, and expects output data to be in the same format. In the settings directory, open with an Editor the settings file corresponding to the first process of your project. This file is typically named eN_transfmr_