Skip to main content

Hi all. Is it possible, like in traditional programming, to create functions or subroutines in FME, when you have a piece of common FME coding you want to reuse and execute several times from a workbench or from different workbenches i.e logging of certain events or error situations. If so, please let me know, how to do it.

It depends on exactly what you want to do but you could look at custom transformers and potentially looping inside them.


There are 3 options:

1. Template Workspaces

2. Custom Transformers (Embedded if used in same Workspace or linked when you want to use them in other Workspaces.

3. If you want to use it in the same workspace and you are working with FME 2018, you can use Bookmarks and collapse them for a good workspace design

 


Reply