Skip to main content
Question

Why does my output feature class inherit the reader's feature dataset?

  • August 28, 2017
  • 2 replies
  • 7 views

Forum|alt.badge.img+2

I am using the Spatial Filter Transformer, FME 2016.1. I am using a polygon feature class as my filter input and a line feature class as my candidate input. My polygon feature class is part of a feature dataset. The spatial feature output port writes to a ESRI Geodatabase (File Geodb ArcObjects) but it recreates the same polygon feature dataset in a different file geodatabase when it writes the feature class.

I do not want the feature dataset in this file geodatabase. Where do I change this setting?

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

bruceharold
Supporter
Forum|alt.badge.img+19
  • Supporter
  • 351 replies
  • August 28, 2017

Its a bug. Expose and remove the format attribute geodb_feature_dataset.


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • August 28, 2017

I suspect that the feature dataset is created, because the attribute containing the name of the feature dataset is merged from the polygons on the lines.

To avoid that you can remove the source geodatabase format attributes using a BulkAttributeRemover with the "Expression to remove" geodb* directly before the writer.