i have a flat file which i am using as my source , i want to match the records in the flat files with that of my oracle table(using cust_id field). I was advised that i should be using a look up transformation and a filter transformation for this. I am not understanding why i should be using the look up transformation. can anyone please help
RE: i have a flat file which i am using as my source ,...
if the two sources are homogenous then u can use lookup transformation otherwise use joiner transformation.As ur question u should use joiner tr. insted of lookup tr. if tre is any prob. send mail phani_mv1@yahoo.co.in
RE: i have a flat file which i am using as my source ,...
HI,
There are many ways but the easiest one is, you have to use a joiner, as we can join a flat file and a relation source using joiner. This will match your records.
The filter can be used for filtering the unwanted record, but it's better to implement filter condition level 'where ....'
RE: i have a flat file which i am using as my source , i want to match the records in the flat files with that of my oracle table(using cust_id field). I was advised that i should be using a look up transformation and a filter transformation for this. I a
the purpose of using lookup transformation is to check the existing data in target table with the column cust_id after satsifying the condition the rows obtained are used according to your business logic using filter transformation