Skip to main content
Question

How do I remove a feature dataset from a feature class (SDE to File GDB conversion)?

  • April 22, 2014
  • 2 replies
  • 86 views

I've got a Feature Class that I'm reading from and SDE GDB, where it is in a Feature dataset. I update an attribute, then send it to a File GDB Writer (not the API one). This is in FME Desktop 2013.

 

 

This writes the Feature class out, but also writes it into a Feature Dataset in the destination. I would like it just at the top level. Can't figure out how.

 

 

The reader has ignore network and relationshipd set to Yes. The Writer Feature Type has teh Feature Dataset set to "<not set>".

 

 

Ideas? Thanks.
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

  • April 23, 2014
Hi,

 

 

First, expose the format attribute "geodb_feature_dataset" in your input feature typ, then remove the attribute with AttributeRemover and run the workspace again.

 

 

Thomas

  • Author
  • May 1, 2014
Thanks Thomas. That worked a treat.

 

 

Marc