I couldn’t figure out how to convert ESRI feature classes saved in file Geodatabase to shape files (in one folder)
The file geodatabase is saved here
http://www.mediafire.com/download/6x08lo3h64o0pz8/H.gdb.zip
Thank you
Best
Jamal
I couldn’t figure out how to convert ESRI feature classes saved in file Geodatabase to shape files (in one folder)
The file geodatabase is saved here
http://www.mediafire.com/download/6x08lo3h64o0pz8/H.gdb.zip
Thank you
Best
Jamal
See these links to learn more about Dynamic Schema.
About Dynamic Workspaces (http://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Desktop_Help.htm#../Subsystems/FME_Workbench/Content/Workbench/workspaces_dynamic_about.htm)
Dynamic Workflow Tutorial (https://knowledge.safe.com/articles/Samples_and_Demos/Dynamic-Workflow-Tutorial)
The Feature Types They Are a-Changin’ (http://blog.safe.com/2015/04/fmeevangelist132/)
I failed to configure the dynamic schema to convert feature classes to shape files. Only the point layer is converted!
What might be the issue here?
If the feature types are unknown when creating the workspace, it would be difficult to accomplish that.
I would recommend you to upgrade your FME to 2015.1.
(1) Read schema of every feature type in the gdb with the Schema (Any Format) reader.
(2) Send the schema features to a FeatureReader.
Feature Types to Read / From Attribute: fme_feature_type_name
(3) Connect a Shape writer feature type, set Dynamic Properties.
Takashi points it should be Geometry: " From schema definition".
Maybe you try that?