Skip to main content
Question

I am trying to merge rows based on an attribute

  • October 17, 2019
  • 3 replies
  • 123 views

Forum|alt.badge.img

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 :(

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.

3 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • October 17, 2019

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


Forum|alt.badge.img
  • Author
  • 2 replies
  • October 17, 2019

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

 


Forum|alt.badge.img
  • Author
  • 2 replies
  • October 23, 2019

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