Question

perform the same transformation for all attribute value outputs

  • 4 August 2017
  • 1 reply
  • 0 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


1 reply

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.

 

 

Reply