Skip to main content

I am merging incoming attributes in Aggregator.  I concatenate the values from a field but I am getting duplicate values.  How do I create a cleaner attribute without duplicates?

 

 

Hi ​@rey ,

A solution I can think of is:

  1. Aggregator: Set the Generate List parameters to populate the values into a list, instead of setting the Attributes to Concatente parameter.
  2. ListDuplicateRemover: Remove duplicate values from the list.
  3. ListConcatenator: Cncatenate the list elements.

Thanks. That was the approach I started to use after my post.  


Reply