Question

Transfer data from mdf “Enterprise geodatabase” to gdb


Badge

 

Hello All,

 

FME workbench to transfer data from mdf “Enterprise geodatabase”  to gdb

 

I am trying to develop a workbench that will be able to replace the existing data (FC,Tables,Datasets,…) in a File geodatabase “gdb” by the one coming from the mdf “Enterprise geodatabase”.

 

Is this can be done using FME ? if yes how can I start ?

 

 

 

Regards,

 

Ahmad

 

 

 

2 replies

Userlevel 4
Hi,

 

 

yes, it's quite simple, as long as FME can read the "mdf" format.

 

 

Start a blank workspace, add new reader using the menu Readers / Add reader. Specify input data.

 

 

Add a gdb writer using Writers / Add writer. Make sure to specify to import data defintion from existing gdb, if relevant:

 

 

 

 

Then simply drag connection lines between the feature types and the attributes.

 

 

Consider watching some of the free recorded webinars to get you started:

 

http://www.safe.com/learning/training/

 

 

Documentation starting point: https://knowledge.safe.com/KnowledgeDocumentation

 

 

David

 

 
Badge
Hi David,

 

Thanks for the information I will try to devolp the workbench and keep you posted.

 

 

Thanks,

 

Ahmad

Reply