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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

extract data from an oracle and postgres database

Hello everyone, I will need your help I am beginner on talend and I meet some difficulty I have two databases: oracle and postgres,

I made my connection to both databases and I get all the table records,

knowing that databases have the same tables only record them are different.

I make the comparison between my recordings of the two databases in relation to a column that we will call col_ID and I have to recover the recordings which ID_column is present only in a single database I tried to do it with Tmap and T join but I can not do it

 

I hope I'm clear

Thank you for helping me

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@didi ,if you want to get only the matched records you need to do inner join.check the below link .

 

https://community.talend.com/t5/Design-and-Development/Doing-an-inner-join-using-a-tMap-component/ta...

View solution in original post

2 Replies
manodwhb
Champion II
Champion II

@didi ,if you want to get only the matched records you need to do inner join.check the below link .

 

https://community.talend.com/t5/Design-and-Development/Doing-an-inner-join-using-a-tMap-component/ta...

Anonymous
Not applicable
Author

Thank you very much, I managed to do what I wanted