About Templates

Templates allow you to create a workspace using a predesigned format and structure. They are one of the best ways to get started with FME Workbench, whether you're new to FME, whether you're setting up a new workflow and you want some hints to get started, or even if you want to implement some best practices in your workspaces.

FME templates can include source datasets within the file. Both a workspace example and the data required to run the workspace can be bundled together. If feature caching is enabled, you can even include data caches, which allow you to run and inspect select portions of a workspace.

Templates have the file extension .fmwt.

There are several advantages to using templates in FME Workbench:

  • Wrapping up source data, cached data, and a workspace inside a single file makes it very easy to provide a set of related files to another user.
  • When a series of workspaces use the same source or destination data, a template allows you to duplicate Readers and Writers without having to recreate the workspace each time.
  • Templates are a great way to store a set of processing tasks for re-use. You can create a workspace from the template and add your own readers and writers.

How to Use Templates