Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am really new to talend and i wanted to know how to exclude all duplicate values.
eg. Input is from a CSV file and my key is combination of ColumnA+'-'+ColumnB
Srno ColumnA ColumnB
1 P Q
2 P Q
3 R S
I want the output as
Srno ColumnA ColumnB
3 R S
i tried tUniqRow but it gives one of the matching record.
Kindly let me know if any solutions
Thanks