Adding Dynamic Functionality to Read Format and Schema

At a high level, schema consists of Format, Feature Types, and Attributes:

  • Generic functionality handles Format (FME will read and write data of any format, and you don't have to predefine that format in the workspace).
  • Dynamic functionality handles Feature Types and Attributes (FME will read and write data and you don't have to predefine the Feature Types or Attributes in the workspace).

You can combine generic functionality with dynamic functionality to read both format and schema.

To use this functionality in a new workspace, select the Single Merged Feature Type option:

To use this functionality in an existing workspace, select the Merge Feature Type option in the reader Feature Type Parameters.

For more information, see the tutorial about Dynamic Workflows.