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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sunny3
Contributor
Contributor

how to find difference between a table and file

How to find the difference between a file and a table in talend .

example: i have a file which has below 3 records

1

2

3

table has below records:

2

3

4

5

output:

1

4

5

how to achieve

Labels (2)
3 Replies
Anonymous
Not applicable

Hi

You need to do an inner join on tMap, and get the reject rows, please refer to this KB article.

 

Regards

Shong

sunny3
Contributor
Contributor
Author

Thanks Shong..

if above approach gives duplicate in the output .. how can i remove it?

 

Anonymous
Not applicable

@STAR2 s​ , remove the duplicated rows using tUniqRow?