Hi!
I have a list (.csv) that has a ton of lines in it, in the format:: name;lat;long , it’s a list of bus stops and their coordinates. I have the bus stop names repeated, and i don’t want that, the Permute lines - Unique won’t filter them out because the whole line is not unique. Is there a way to remove a line if only a part of it is being repeated - name in my case?
Thanks!