Hello every one,
Is there a way to generate a unique ID to each value that exist in another column?
I have Column A that contains the followings:
Germany
USA
USA
England
England
How can I generate a unique ID for each (each USA should get a unique ID as well)?
You can use the Duplicate Row Filter followed by the Counter Generation node to assign Unique IDs, then Join it back to the table to apply them to the wider dataset.