I need to publish a workspace to fme server that will receive a geopackage file as base64 binary and will do some schema and data validation before inserting geopackage data into a number of Oracle tables. Actually an API will call the FME service providing that base64 binary and some other information.
Now my question is how to read geopackage schema and data into fme. Any idea? I don't see how to get the binary back into a geopackage file.
Thanks!