Informatica Data Quality Batch Jobs and Column Mappings
Informatica Data Quality Batch Jobs and Column Mappings
You can use Informatica Data Quality batch jobs to process Informatica MDM master records. To use Informatica Data Quality batch jobs, all the columns that you want to map from the landing table must go through the same Data Quality function. The columns can be cleansed within the function or pass through the function unchanged.
If the mapping does not pass all inputs through a single Data Quality function, you cannot use Informatica Data Quality batch jobs. Instead, Informatica Data Quality processes the records one at a time.
For example, let's say that you want to construct a primary key from multiple columns in the landing table. You create a mapping, add a Data Quality function, and then add all the columns that you want to map from the landing table to the staging table. Within the Data Quality function, you add a function to concatenate the columns for the primary key, and map the output of the concatenate function to the PKEY_SRC_OBJECT column. For the remaining columns, you can use other functions or pass through the columns unchanged.
The following diagram shows the Data Quality function with all the required inputs and the mapped outputs:
If you enable hard delete detection on the staging table, specify the columns that you used to construct the primary key in the hard delete detection table.