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
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
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
Thanks