PowerCenter
- PowerCenter 10.5.7
- All Products
Transformation Name
| Transformation Type
| Description
|
---|---|---|
FIL_InsertChangedRecord | Filter | Uses the following filter condition to filter out any rows from EXP_DetectChanges that are not marked changed (TRUE): ChangedFlag . Passes changed rows to UPD_ChangedInserts. |
UPD_ChangedInserts | Update Strategy | Uses DD_INSERT to insert rows to the target. |
EXP_KeyProcessing_InsertChanged | Expression | Uses the following expression to increment the existing primary key by one: PM_PRIMARYKEY + 1 .Uses the following expression to increment the existing version number by one: (PM_PRIMARYKEY + 1) % 1,000 . |
T_ TargetName 1 | Target Definition | Instance of the target definition allowing changed rows to be inserted into the target. |