Hello,
I'm a beginner with the FGDB translators in FME.
I would like to create a generic script which will be able to transform any FGDB into Geojson files. As I don't have any ESRI license, I use the FGDB Open API reader/writer.
When I launch the script, the first FGDB is correctly transformed, but when I try to relaunch with a new one, which doesn't use the same tables, nothing happens.
Did I forget something?
Here is my (very, very simple) script.
Thanks for your advice.