Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
--> tSortRow -->
tUniqRow tMap or tFuzzyMatch
--> tSortRow -->
Talend doesn't allow a cycle flow in a job. see 1468
Also, do you know of a better way to approach this problem?
Can you take an example to describe your input data and expected result?
Name, Address
John Smith, 111 Main Street
Bob Dole, 1234 Pine Street
John Smith, 111 Main Street
--Uniques--
John Smith, 111 Main Street
Bob Dole, 1234 Pine Street
--Duplicates--
John Smith, 111 Main Street
--Uniques--
Bob Dole, 1234 Pine Street
--Duplicates--
John Smith, 111 Main Street
John Smith, 111 Main Street
Starting job forum6139 at 09:45 13/04/2009.
.--------+-----------------.
| tLogRow_1 |
|=-------+----------------=|
|name |address |
|=-------+----------------=|
|Bob Dole| 1234 Pine Street|
|shong | 222 main Street |
'--------+-----------------'
Job forum6139 ended at 09:45 13/04/2009.
Hi,
It seams a bit of a misnomer to have the Uniqrow component return non unique rows (I've also just found out that the tMap Unique Match is not a unique match but last match).
Perhaps the option to not return rows with duplicates could be added to advanced options for tUniqrow?
Cheers Andy