Hi,
I used above mentioned code stage. However I would like to get an output collection in which not only the column with unique values is present. but also all the other columns from input collection. This because my input collection contains data I need to put in another file. However, I only need to put the values there that are unique regarding one column.
For example:
A 1 R 5
B 1 B 6
B 2 B 6
C 4 R 5
C 3 B 6
If you look at this, I would like to get the unique values from the first column, so only A B and C. But together with the data behind it (concerning the first row value is mentioned), more like removing duplicates in an Excel file. However, with above mentioned code stage I would get a collection out with only A B C in it.
Is there an option to get this done? Except using a loop to get the value and see if this value is already in the ""Unique Value - collection"", and than either adding it to this collection or skipping when value is already present.
Thanks in advance!
Vera