I am trying to write a bunch of shape files to a geopackage but am getting a strange error.
'OGCGEOPACKAGE writer: sqlite3_exec(CREATE TABLE "table_name" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL'
There seems to be a problem when the writer constructs the primary keys for the database, but I have no idea how to address this.
There is no id attribute in the source data, I actually tried adding one and the writer handled this by changing the name of the primary key to id_0. Still got the same error though.
I am using fme_feature_type to set the table names and schemas.