We translated a GML file to GDB, Then we get two problem:
- FeatureColleation layer induced, how to remove it
- layer name with geometry, how to remove it
Thanks
We translated a GML file to GDB, Then we get two problem:
Thanks
Did you use the Quick Translator for this? Or generate a workspace? In those cases FME will do its best to match input and output schema's, keeping in mind the various format limitations.
Geodatabase is a format with limitations: you can only have one type of geometry per layer, so that's why it's writing out to layername]_point.
If you use Workbench to build a workspace you'll get full control over how your output layers are set up. In fact, the Connect to Data module of the FME Academy has an example using a File Geodatabase output, I recommend you go through that.
Did you use the Quick Translator for this? Or generate a workspace? In those cases FME will do its best to match input and output schema's, keeping in mind the various format limitations.
Geodatabase is a format with limitations: you can only have one type of geometry per layer, so that's why it's writing out to layername]_point.
If you use Workbench to build a workspace you'll get full control over how your output layers are set up. In fact, the Connect to Data module of the FME Academy has an example using a File Geodatabase output, I recommend you go through that.
Thanks, I watched the info (not include video) from the link. We generate a workspace by using dynamic schema. We need convert more than one set data