Writer Overview

The writer can create new SQLite based IMX databases.

If pointed at an existing database, it will be overwritten. The behavior of the writer is similar to other database-based formats. Commands, such as inserts, updates, and deletes, are not currently exposed and all operations result in inserts.

The destination feature type corresponds to an IMX table in the destination database. If the name matches an existing table in the database, the writer will insert features of that feature type to the existing table. If the table does not exist, a new table will be created.

Note: There is no associated Parameter box for this writer.