Hi.
Is there a way to delete duplicate rows of a collection based on a single column.
Example: Input Collection: A B C D
1 2 3 4
5 6 3 7
Output Collection: A B C D
1 2 3 4
Thank you for any tips
------------------------------
Andrei Cozma
Data
------------------------------