Hi,
I have a oledb source which generates a dataset with columns x,y,z... I need to lookup on these columns on tables xlookup, ylookup, zlookup.
So my resultant output dataset after 3 lookups should look like x,x1,y,y1,z,z1 where x1,y1,z1 are the corresponding lookup table output columns.
If there is a no match, null should be populated as the lookedup value.
I tried to use lookup transformation, but the output of one lookup has a condition (match or nomatch) to redirect the output to another lookup. The output of one column lookup is no way dependent on the other as they are independent lookups.
Please suggest which task should I need to use for these multiple lookups.