MariaDB (MySQL-compatible) Non-Spatial Writer Feature Type Parameters

To access feature type parameters, click the gear icon on a feature type in the workspace to open the Feature Type Parameter Editor. To always display the editor in Workbench, you can select View > Windows > Parameter Editor.

General

All feature types share similar General parameters, which may include the Feature Type Name, Reader or Writer Name, and Geometry.

In most Writer Feature Type parameter dialogs, you can also control Dynamic Schema Definitions. Some database formats accept a Table Qualifier prefix on the output table feature type.

See Editing Writer Feature Types for more information.

Table Settings: General

Table Creation Parameters

The parameters in this section take effect only when FME creates a table.

Table Type

The type of table to be created. The valid values for the type may include one or all of the values listed below:

  • MYISAM
  • InnoDB
  • MEMORY
  • BDB
  • CSV
  • ARCHIVE
  • MERGE
  • NDB
  • FEDERATED

Please refer to MySQL documentation for further information on these table types.

Table Settings: Advanced