I have the following string with duplicate values "Lighting; Lighting; Roads; Streets; Roads; " inside an attribute. I know there isn't a transformer to handle this apart from the StringElementDuplicateRemover custom transformer, is there another simpler solution to this?
Solved
Duplicate values in string
Best answer by erik_jan
AttributeSplitter (split on , creating a list), ListDuplicateremover on the created list and a ListConcatenator (seperator ,) to get it back to the attribute.
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.