Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Babu
Which DB type are you using? Let's assuming you are using Mysql, select records from the two table and do inner join on tMap base on the primary key, the job looks like:
tMysqlInput_1(select records from table a)-----main---tMap---main---tLogRow
|
lookup
|
tMysqlInput_2(select records from table b)
Best regards
Shong
Hi
Maybe there exists space in some value, go to check it and trim the value before doing the join on tMap.
Shong