Skip to main content

Hi, everyone, I need to create a lot of feature classes in an Esri File Geodatabase. Creating them one by one in ArcCatalog takes too much time, I'm sure that there must be a fast way by using FME, I just don't know how, can someone help me out or give me some hints? Thanks very much.

Here's the attribute description table:

image

I do not know of a good way to do this, using FME only.

 

If I need this, I use arcpy. You could create a script in FME and send that to a PythonCaller, but I think it is a lot of work still.


I do not know of a good way to do this, using FME only.

 

If I need this, I use arcpy. You could create a script in FME and send that to a PythonCaller, but I think it is a lot of work still.

Attached workspace does what you want. It needs work for the different field types but I'm running out of time. Manually run step by step, first create gdb, then create dataset, then create featureclass, then create fields.


Reply