Skip to main content

I am trying to merge rows based on an attribute "LeasePage" to create one row. I have looked at all the examples and none quite match what I am trying to achieve. It is probably something simple I have missed.

I am using Attributecreate, AttributeExposer and Aggregate transformers to get to this stage and I have tried switching on the different choices to no avail :(

Aggregator group by LeasePage and choose merge incoming attributes under accumulation mode


Aggregator group by LeasePage and choose merge incoming attributes under accumulation mode

Hi I am using the Aggregator as the last step and also using the above info

 


I figured it out. In the Aggregator transformer I used the concatenate and listed only the species I wanted. I removed the ',' from the separator and it worked