Skip to main content
Hello!

 

 

   I'm curious if there is a way to strip away the feature dataset information when using an ESRI file-geodatabase writer (GEODATABASE_FILE, dynamic mode)? My workbench reads a series of layers from an SDE database, performs some geoprocessing and then writes all the data to a new file geodatabase. I'd like to remove the feature dataset names which come from the SDE and output the layers in the root of the fGDB. Any suggestions?

 

 

Thanks in advance,

 

 

~jess~ 
A better way to ask the question.... how do I specifiy 'root' for this writer property?

 

 

 
Hi,

 

 

one way could be to insert a BulkAttributeRemover with "geodb_feature_dataset" as the expression.

 

 

David
Great. Thanks David!

Reply