Reputation: 1
Suppose two input source one is main and other one lookup. can you plase advice how to perform right join in tmap component in talend DI. In tmap component by default left outer join and you can choose inner join.
Upvotes: 0
Views: 3299
Reputation: 985
You can switch (right click the lookup link and modify the connection as main) your current lookup as main and main connection as lookup. Then you can do left outer join as right outer join.
For reference check here.
Upvotes: 1