Hi. I’ve a FGDB how contains polygone and line feature,.
I need to create a separate shapefile for all feature of the FGDB.
After that, I’ve to create a zip with all the shapefile.
Can i do that with FME ?
Thank for help
Hi. I’ve a FGDB how contains polygone and line feature,.
I need to create a separate shapefile for all feature of the FGDB.
After that, I’ve to create a zip with all the shapefile.
Can i do that with FME ?
Thank for help
Hi
You can use the Generate Workspace and the fanout option.
Thanks in Advance,
Danilo
if you want to automate the zip-process, you can use it in combination with the WorkSpaceRunner transformer.
You can also export the FGBD to temporary shapefiles using the TempPathnameCreator transformer, and add all data to a single shapefile (or several shapefiles) in the same workspace.