Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi
You need to do an inner join on tMap, and get the reject rows, please refer to this KB article.
Regards
Shong
Thanks Shong..
if above approach gives duplicate in the output .. how can i remove it?
@STAR2 s , remove the duplicated rows using tUniqRow?