I have a number of shapefiles which I want to translate to Geopackage.
However I want the original shapefile name intact. So just a one on one batch shapefile to geopackage translation
I thought that the FME Quicktranslator app would be handy in this situation, however, it asks me to specify a database connection, even though I want all the individually translated shapefiles as separate .GPKG files in a destination folder.
In FME Workbench, a specific filename is also required to translate shapefiles into, and there is no way (as far as I can tell) to let this be a dynamic name based on the fme_basename attribute. Note that I do not want to have a single geopackage file with all the shapefiles combined in it.
How do I do this?
Thanks for your time.