Hi Team,
I have one data flow lke
source table -----> query transform ------> table comparsion ---->target table.
the fields present in the source :
cost_centre_id, Outlet name, revenue
===================================
M102345 , outlet1, 10000$
M102346 , Outlet2, 20000$
and in the table comparison transform, in the key generation i have cost_centre_id and left the comparison column as blank.
and i loaded the data to the target, it is coming fine. as
cost_centre_id, Outlet name, revenue
===================================
M102345 , outlet1, 10000$
M102346 , Outlet2, 20000$
and for the 2nd job , i changed 2nd records as Outlet23 instead of Outlet2 ,
cost_centre_id, Outlet name, revenue
===================================
M102345 , outlet1, 10000$
M102346 , Outlet23, 20000$
Since there is no fields present in the comparison column . To which column it will compare.
Please help...
Many thanks,
Praveen.