Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Ray0801
Creator
Creator

How to do a Full outer join in talend using tmap?

I need to create a full outer join using a tmap for two tables in mysql,is it possible?

Labels (2)
3 Replies
Anonymous
Not applicable

Hi

tMap only support left outer join and inner join, however you can do the left outer join two times using tMap, and then filter the duplicated records. eg:

table1--main--tMap1----tUnite1---tUniqRow---

|lookup

table2

table2--main--tMap2---tUnite1

|lookup

table1

 

Regards

Shong

manodwhb
Champion II
Champion II

@Merffi Ramesh​ ,check the below link the implementation of full outer join.

 

https://helicaltech.com/full-outer-join-by-using-tmap-in-talend/

 

Thanks,

Manohar

gjeremy1617088143

You can specify on you tMap output if you want the reject of the inner join , click on the Tmap settings of your output and choose Catch lookup inner join reject : true.

Send me Love and Kudos