Reputation: 1
I have an requirement as there is one existing target table and now requirement is we have included one new column to it and the data to the target table should load from a new source table in new mapping, so how can I proceed with this requirement,kindly help
I tried taking target as lookup and some process but it's not working out, kindly give me ur valuable suggestions
Upvotes: 0
Views: 743
Reputation: 7407
If your source extracts full data everyday, you dont have to do anything. But if its incremental, then you need to create a special mapping to update all/one newly created column( basically update historical data). You can follow below steps -
Whole mapping will look like below -
TGT_SQ --> EXP...Other Trnfs... --> TGT
If both source and target are in same DB, you can use direct update as well.
Upvotes: 0