Question

How to export codes behind each transformers out of FME in Python or any other code format?

  • 30 March 2021
  • 2 replies
  • 15 views

Badge

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.


2 replies

Userlevel 5
Badge +29

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

Userlevel 4
Badge +25

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