Hello Friends,
I am using Lookup to load data from the source table which are not present in the target. I am doing the lookup using the unique column. Is it possible to implement the same using MERGE JOIN tranformation using LEFT JOIN. If so, how to pull the records which are present in source and not present in target. I believe that the records which are not present in target woudl return NULL value while doing a LEFT JOIN.
Any help is appreciated
Murali Krishnan