Skip to main content
Question

perform the same transformation for all attribute value outputs

  • August 4, 2017
  • 1 reply
  • 10 views

Hi, I have dataflow where I filter my data by an attribute. This results in 100+ output ports. After that I will perform the exact same transformation for every output port and write the data in a separate file. (Yes, I do need to filter first.) Of course, I can create a custom transformer for my transformation that follows (see screenshot) but I'm wondering if there's a way so I don't need to add the transformer and a writer to my workspace 100 times?

Any suggestions?

I'm using fme desktop 2016

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.

1 reply

  • Author
  • August 4, 2017
I found a solution:

 

I replace the first attribute filter by using an attribute for the Counter Name (which I found serves as a group by). Like this I only have one dataflow and will use the fan out option when writing my features.