PowerCenter
- PowerCenter 10.4.1
- 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. |
SEQ_GenerateKeys (same Sequence Generator as above) | Sequence Generator | Generates a value for each changed row written to the target, incrementing values by 1. Passes values to EXP_KeyProcessing_InsertChanged. |
EXP_KeyProcessing_InsertChanged | Expression | Passes generated values to the target to populate the PM_PRIMARYKEY column in the target. Uses SYSDATE to populate the PM_BEGIN_DATE column in the target, marking the beginning of the effective date range. |
T_ TargetName 2 | Target Definition | Instance of the target definition allowing changed rows to be inserted into the target. |