Skip to main content
Question

Script Generation for Translation

  • January 30, 2013
  • 3 replies
  • 13 views

Hi Folks,

 

 

I am new to the FME Desktop. I would like to ask if there is a way to export / generate the script after I have defined the detail of my translation in workbench? For instance, the script of the parameter, reader & writer configuration and the transformer used. Is there any method to achieve this?

 

 

If yes, then I can customize it based on the generated sample script.

 

 

Thanks in advance for your advices.

 

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

davideagle
Contributor
Forum|alt.badge.img+22
  • Contributor
  • January 30, 2013
Hi Cliff - Assuming I understand you correctly... the *.FMW file you create with FME is human readable. Just open it in a text editor and you'll see the Readers/Writers as well as the Transformers defined in the code. It's not pretty, but it might help you.

  • January 30, 2013
And just for the record: you can also select individual transformers and readers/writers within your workbench and press Ctrl+C. After that, you can paste this in notepad and you're able to see the code behind it.

  • Author
  • January 31, 2013
Thank you for your advices. This is useful to me.