Skip to main content
Solved

Featuretypefilter not recognising feature types

  • August 4, 2020
  • 2 replies
  • 76 views

umapper1
Contributor
Forum|alt.badge.img+5

Hi community,

I've gone back in to an old workspace and updated a feature reader transformer. It's then supposed to route into a Featuretypefilter to get a list of the feature types. Doesn't appear to be getting any results when I press 'update' in the Featuretypefilter transformer. Is this a bug or am I missing something here? See screenshots below. Am using ver 2020.1.FeaturetypeswantedFeaturetypesmissing



Best answer by virtualcitymatt

Hi @umapper1​ ,

This is because you are merging all your inputs (i think). One way is to actually use an AttributeFilter and use the "Import..." wizard to import the fme_feature_type values.

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

virtualcitymatt
Celebrity
Forum|alt.badge.img+47

Hi @umapper1​ ,

This is because you are merging all your inputs (i think). One way is to actually use an AttributeFilter and use the "Import..." wizard to import the fme_feature_type values.


umapper1
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • August 4, 2020

Thanks @virtualcitymatt​ . Yes, think you're right there. I just thought that I had it that way before and still had the feature types coming through. It's not very practical to have 500 reader transformers pop up if I have 500 layers in the drawing. Thanks for the alternative though, that may suffice.