Hi all.
I'm trying to expand an existing workflow, that outputs Shapes and TABs (and FFSs) just fine with an option to output GeoPackages as well. This does not go well.
I'm using dynamic schemas, and merges the relevant schema information onto each feature. Then I use FeatureWriter with "Schema from schema feature" to output the data to a file, to be attached to an email. I normally use ZIP, but in this case I just want to use GPKG.
The first problem is, that the writer ignores the request for dynamic schema, and attempts to output any and all exposed attributes.
The second problem is that each attributes gets the data type TEXT(200).
Is there a trick to have FeatureWriter outputting a Geopackage with dynamic schema ?
Cheers.