Skip to main content
Solved

Create property in custom transformer

  • July 28, 2024
  • 2 replies
  • 42 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

Hi,

 

I would like to create the option to pass a value by attribute.

 

How can I create it in a custom transformer like in the image below?

 

 

 

Thanks

 

 

Best answer by hkingsbury

In your custom transformer, creating a parameter will then expose a field on the custom transformer that will allow you to pass through the value of an attribute.

See here: https://docs.safe.com/fme/html/FME-Form-Documentation/FME-Form/Workbench/custom_transformer_creating.htm

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.

2 replies

hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • Best Answer
  • July 28, 2024

In your custom transformer, creating a parameter will then expose a field on the custom transformer that will allow you to pass through the value of an attribute.

See here: https://docs.safe.com/fme/html/FME-Form-Documentation/FME-Form/Workbench/custom_transformer_creating.htm


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • July 29, 2024

Thanks @hkingsbury