Skip to main content
Solved

Iterate through a table based on a list of values

  • August 17, 2022
  • 4 replies
  • 161 views

I would like to iterate through a table based on a list of values. This is the process I would like to automate:

Filter the table on a value then add an attribute and BulkAttributeRenamer. I have 20 values so I'd like to be able loop through the table for each value rather than have a set of transformers for every value.

image

Best answer by ebygomm

It's not 100% clear what you're trying to do. Perhaps this sort of workflow is what you're aiming for?

imageThe only change if you have 20 values would be additional attributes to expose in the AttributeExposer

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.

4 replies

Forum|alt.badge.img+2
  • August 17, 2022

@vcarr2005​ Can you attach a small example dataset. It looks like you should be able to do this in series


  • Author
  • August 18, 2022

Thank you, Mark. I've attached a file


ebygomm
Influencer
Forum|alt.badge.img+46
  • Influencer
  • Best Answer
  • August 18, 2022

It's not 100% clear what you're trying to do. Perhaps this sort of workflow is what you're aiming for?

imageThe only change if you have 20 values would be additional attributes to expose in the AttributeExposer


  • Author
  • August 19, 2022

Thank you @ebygomm! This is exactly what I needed. I had created something similar but I didn't have the Aggregator configured correctly.