Duplicate line

Hi,
I have a list of simple line, with duplicate line.
How can i have a node like list.unique.items to do the job.
Only one item of each line
Daniel

Could you please add some screenshots and corresponding sample files?

Convert them to strings and compare unique strings. Then you can filter, group, or whatever into unique items.

another option could be this one from Sparrow…

1 Like

Hi, Thank’s for your help.
Have a googd day
Daniel