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?
Page 1 / 1
AttributeSplitter (split on , creating a list), ListDuplicateremover on the created list and a ListConcatenator (seperator ,) to get it back to the attribute.