Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi lmit,
what about "3,ddd,lll " this record in second run? Do we need to load to target or reject?
What is the key value for new records is it 'Y' or null when inserting first time.
Regards,
Thanks Veeranjaneyulu and Manohar for your inputs.I achieved SCD type2 in other way
Thanks,
lmit
Hi limit,
Can you please explain how can you achieve SCD2 without using SCD compoenent.
Thanks,
Arpit
Hi Arpit,
I implemented using tmap with 3 flows ...
In first flow : i have compare the columns on which columns we need to implement the scd and lookup on one unique(Primary key) cloumn
1)if the id(lookup) had match and compare on any compared columns failes it should go to update flow(flag will change)
2)if the id(lookup) didnot match , then that record should go to insert flow(Flag will change)
3)if the id(lookup) and compare columns matched, then the record will go to ingore flow
according to my requirement i need to change the flag.
What is your requirement , do you need to generate key for update records ?
Thanks,
lmit
@arpiita, check the below link might be usefull for your case.
Hi arpit,
Sorry for the last reply . please find the attachment for the screenshoots , follow the names of the screenshoots.
Hope it will be helpful for you to build the job.
Thanks,
lmit