Skip to main content

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

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


Thank you, Mark. I've attached a file


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


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


Reply