Skip to main content
Solved

Duplicate values in string

  • November 14, 2017
  • 1 reply
  • 86 views

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?

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.

View original
Did this help you find an answer to your question?

1 reply

erik_jan
Contributor
Forum|alt.badge.img+18
  • Contributor
  • Best Answer
  • November 14, 2017

AttributeSplitter (split on , creating a list), ListDuplicateremover on the created list and a ListConcatenator (seperator ,) to get it back to the attribute.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings