Skip to main content

Hi Everyone,

I am trying to understand the codes behind transformer and how to export it out of FME. In detail...say for example I am using 10 or 11 transformers in FME...and that use of that transformers is repetitive all the times when we approach new data sets. So I am looking for exporting out my workbench with all the transformer I am using in that specific workbench in the form of say Python code or any other code format.

unfortunately FME can't be exported/converted to another language. You can call FME from other programs but the user will require access to an FME license


If it's to avoid replication you can always create a Custom Transformer of that part of the the workspace by selecting it and then right click -> Create Custom Transformer. A Custom Transformer is essentially a bit of workspace that pretends it's a new transformer.


Reply