Skip to main content
Question

Delete duplicate values from multiple string attributes

  • July 2, 2019
  • 1 reply
  • 104 views

I have features with about 15 string attributes. Each of these attributes has to be split into a list in order to delete duplicate values. I have already used an AttributeSplitter followed by a ListDuplicateRemover. But since I have 15 attributes, I was wondering if there is a more effective way of doing this instead of having 15 AttributeSplitters and 15 ListDuplicateRemovers.

Thank you!

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • July 3, 2019

Hi @nademmy

In your case I suggest you to use the custom transformer MultiAttributeSplitter:

https://hub.safe.com/publishers/pacific-spatial-solutions/transformers/multiattributesplitter

 

Thanks,

Danilo