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.

All feature types share similar General Parameters. This includes Name and Writer Name. From here, you can also control Dynamic Properties.

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