Skip to main content
Question

How to write file geodatabase output including feature dataset

  • May 29, 2023
  • 1 reply
  • 508 views

spiderman
Contributor
Forum|alt.badge.img+7

Hello ,

i am using two feature reader one for oracle non-spatial and other feature reader for an Arcsde geodatabase

I would like to write the output in geodatabase including Feature dataset ,to use it later as input for ArcGis pro .

how could I achieve it ?

Fme 2021

thanks in advance

1 reply

joepk
Influencer
Forum|alt.badge.img+20
  • Influencer
  • 144 replies
  • September 11, 2023

In the FeatureWriter transformer, select Esri file geodb as Format. You can specify a Feature Dataset in the fme_feature_type attribute under the 'Format Attributes' tab. I don't know how this is done with a regular writer.

 

Have a look at the documentation: https://docs.safe.com/fme/html/FME-Form-Documentation/FME-ReadersWriters/geodatabase/feature_dataset.htm

 

Hope this helps.