Dear All,
Data Scenario for Inserts is working fine.
- Source Table à Transform 1 à Table Comparison à map operation ( Ins= normal; U, N, D = discard) à Transform 2 à map operation (Normal = Ins; U, I, D = discard) à Merge à Key Generation à Target Table
The following data Scenario for updates is not functioning as expected.
- Source Table à Transform 1 à Table Comparison à map operation ( Update = normal; I, N, D = discard) à Transform 2 à map operation (Normal = Update ; U, I, D = discard) à Merge à Key Generation à Target Table
Please let me know the solution if anyone come across the second update data scenario.
Thanks in advance.
Kumar