PowerCenter
- PowerCenter 10.4.0
- All Products
Transformation Name | Transformation Type | Description |
---|---|---|
FIL_InsertNewRecord | Filter | Uses the following filter condition to filter out any rows from EXP_DetectChanges that are not marked new (TRUE): NewFlag . Passes new rows to UPD_ForceInserts. |
UPD_ForceInserts | Update Strategy | Uses DD_INSERT to insert rows to the target. |
SEQ_GenerateKeys | Sequence Generator | Generates a value for each new row written to the target, incrementing values by 1. Passes values to EXP_KeyProcessing_InsertNew, if you selected the Mapping Wizard Effective Date option. Otherwise, passes values to the target to populate the PM_PRIMARYKEY column. |
EXP_KeyProcessing_InsertNew | Expression | Created only when you select the Effective Date option in the Mapping Wizard. Passes generated values to the target to populate the PM_PRIMARYKEY column in the target. Uses SYSDATE to populate the PM_EFFECT_DATE column in the target, indicating when the row is created. |
T_ TargetName | Target Definition | Instance of the target definition for new rows to be inserted into the target. |