Suppose there are two tables where i need to join their columns & extract a some other field from second table
Ex: table1.no=table2.no & need to get table2.id then which table is to be considered as lookup table???
Here we can use sourceQualifier directly,but can we use lookup in such a situation
and can we pass table1 fields(all fields) through lookup to other transformation(if table2 is lookup) as we used table1.no=table2.no in lookup condition
can we drag all fields in table1 to lookup & then pass to other transformation.
Ex: table1.no=table2.no & need to get table2.id then which table is to be considered as lookup table???
Here we can use sourceQualifier directly,but can we use lookup in such a situation
and can we pass table1 fields(all fields) through lookup to other transformation(if table2 is lookup) as we used table1.no=table2.no in lookup condition
can we drag all fields in table1 to lookup & then pass to other transformation.