Spatialite Writer Parameters
Database
If checked, the existing SpatiaLite file is deleted and replaced by the results of the write operation.
If a template file is specified, the destination file is replaced with a copy of the template before writing begins.
Table Creation
If Yes is specified, tables are deleted before being written to. If Yes is specified and no features are written to a feature type, then the corresponding table is not deleted.
Specifies whether to create generic geometry columns in newly-created tables. If No is specified, the geometry column dimensions must be specified (below).
Specifies which geometry columns to create for newly-created tables. Columns can be created to support either 2D (XY) or 2.5D (XYZ) geometries.
If Yes is specified, lines and polygons are written to newly-created tables in SpatiaLite’s compressed geometry format.
If Yes is specified, a spatial index is created for the tables produced by the writer.
Encoding
Determines the encoding mechanism FME will use to interpret string data stored in the SpatiaLite database.
By default, the writer interprests strings using the encoding setting of the local operating system (SYSTEM).
Note: See the topic Feature Type Parameters.