Embedding or Linking a Custom Transformer

When you create a custom transformer, its default properties are to embed it into any workspace. When a transformer is embedded, it is stored as part of the current workspace. It is not available to other users and cannot be used in other workspaces.

When you export a custom transformer and use it in another workspace, you can choose to link to the transformer by referencing its definition. If the definition changes, then so does the workspace behavior. Linking to the transformer is useful if you frequently update it and you use it in many different workspaces.

Note  Remember that when you link to a transformer, and you move or share the workspace to which it is linked, you must also move or send the transformer separately. If you open a workspace containing a link to a custom transformer that is not installed on your system, you will see an error. This is not always easy to spot, since custom transformers can be embedded inside one another. Either way, you will need to obtain any missing custom transformers to run the workspace properly.

Embedded transformers are colored light green in the Navigator , as well as in the workspace:

Linked transformers are colored darker green, and feature "link" icons:

In the Navigator, they appear like this:

Changing between the linked and embedded version of a Custom Transformer

You can change between using the linked version and the embedded version of a custom transformer, and back again. Right-click on the transformer name, either directly in the transformer or in the Navigator, and select Embed or Link. The transformer icon changes color to indicate its new mode.

Changing the default insert behavior of a Custom Transformer

You can change the default linked or embedded mode of a custom transformer when it is inserted in a workspace. Open the custom transformer .fmx file in FME Workbench. In the Navigator, under Transformer Parameters, right-click on Transformer Insert Mode and select Edit Parameter Value. In the Edit Parameter dialog, select a Transformer Insert Mode. For more information about the modes, see Insert Mode under "Exporting a Custom Transformer."