Skip to main content

HI All,

What the best way of loading data into a blank template GDB? Attributes, domains, etc are already set up in the template GDB but need to know how to load data into the template using FME,

Do I need to use the template GDB in the writer and then map the fields from the reader to the writer?

Any idea how to do this?

Thanks

 

Not sure what your question is. How I do this in general, refer the template .gdb in the FeatureWriter. Then import the FeatureClasses needed in the workspace from the template. Arrow next to the + icon, import from gdb. Default these are configured to insert / use existing which is what you need.

The writer will then copy the template featureclass to the result path and insert the features if geometrytype of the features match the geometrytype of the featureclass.


Reply