Skip to main content
Question

Rename featureclass coming out of feature reader

  • September 2, 2018
  • 3 replies
  • 127 views

I am using a featureReader and dynamically writing to a writer.

The problem is "BuildingExtent" needs to be replaced to "BuildingFootPrint". This is because the featureclasses are differnt for only that featureclass.

Any solution to replace them?

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.

3 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2937 replies
  • September 3, 2018

The way I do this is to replace the "fme_feature_type_name" attribute in the Schema Feature flow and replace "fme_feature_type" in the Feature Flow:

changefeatureclass20181.fmw


takashi
Celebrity
  • 7842 replies
  • September 3, 2018

You can just apply Feature Type Fanout if you set "fme_feature_type" to the Schema Definition Name explicitly. e.g.


nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2937 replies
  • September 4, 2018

You can just apply Feature Type Fanout if you set "fme_feature_type" to the Schema Definition Name explicitly. e.g.

Even better, didn't realize it works this way. Thanks, learned something new today.