Skip to main content
Solved

Writing from SDE to File Geodatabase Naming Issue

  • June 4, 2019
  • 1 reply
  • 22 views

dmerrick
Contributor
Forum|alt.badge.img+1

Hi,

I am running on Windows 10, FME Desktop 2018.1 writing from ArcSDE Environment to a File Geodatabase.

If i write directly over I find the SDE Editor (NCGIS_GIS) is written into the name of the dataset (Roads), if I change the dataset (Roads-->Road) than the SDE parent prefix is not written out. I am unable to determine how to remove the Parent SDE naming from the dataset and I have 550 feature classes to migrate over that I do not want to manually (via user parameter) set.

Thanks!

Best answer by trentatsafe

Hello @dmerrick

If you are looking to remove the Table Qualifier this can be done on the Reader by toggling the Remover Table Qualifier parameter to Yes. This will turn the following table name from SDEUSER.AddressPoints to AddressPoints. More information can be found in the documentation listed under Constraints - https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/geodatabase/GEODATABASE_SDE_reader.htm

 

 

If the data is in a Feature Dataset which you do not want to maintain you can do the following:

 

1) Expose the geodb_feature_dataset attribute on the Source Feature Type

 

2) Add an AttributeRemover and remove that geodb_feature_dataset attribute

 

3) This will allow your output to not maintain the feature dataset name from the Source feature.

 

 

I hope that helps!
View original
Did this help you find an answer to your question?

1 reply

trentatsafe
Safer
Forum|alt.badge.img+6
  • Safer
  • Best Answer
  • June 5, 2019

Hello @dmerrick

If you are looking to remove the Table Qualifier this can be done on the Reader by toggling the Remover Table Qualifier parameter to Yes. This will turn the following table name from SDEUSER.AddressPoints to AddressPoints. More information can be found in the documentation listed under Constraints - https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/geodatabase/GEODATABASE_SDE_reader.htm

 

 

If the data is in a Feature Dataset which you do not want to maintain you can do the following:

 

1) Expose the geodb_feature_dataset attribute on the Source Feature Type

 

2) Add an AttributeRemover and remove that geodb_feature_dataset attribute

 

3) This will allow your output to not maintain the feature dataset name from the Source feature.

 

 

I hope that helps!

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings