Skip to main content
Archived

Fanout Transformer

Related products:FME Form
  • June 28, 2019
  • 2 replies
  • 57 views

I'd like to see a transformer that replicates the Fanout function for writers. I.e. I want to be able to filter a feature by an attribute(s)

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.

2 replies

mark2atsafe
Safer
Forum|alt.badge.img+59

Would the AttributeFilter transformer work @lukeryan?

The thing about the fanout is that it's "dynamic" (outputs data according to what attributes it is fed). A transformer can't be dynamic in the same way, because you have to know which attributes are available, in order to be able to connect it to the next transformers.


  • Author
  • June 28, 2019
Attribute Filter works when there is a small number of unique attributes, but when there is e.g. 100 unique attributes that you want to split out it is inconvenient. I know you can import a list from csv, but like you said, that's not dynamic either