Skip to main content

I need to export all source and destination values from an attributeValueMapper transformer. How can I do that?

Right click the transformer and choose "Show Summary Annotation". Copy paste the table.


Thank you for the suggestion. Unfortunately I have 100 rows so that solution will not work in my case.


Thank you for the suggestion. Unfortunately I have 100 rows so that solution will not work in my case.

Copy paste the transformer to an empty workspace, use another workspace and a FeatureReader FME Workspace (FMW) featuretype TransformerParameters to read the one transformer workspace. Look for transformer_parameter_name LUT, transformer_parameter_value has the values you are looking for.


Copy paste the transformer to an empty workspace, use another workspace and a FeatureReader FME Workspace (FMW) featuretype TransformerParameters to read the one transformer workspace. Look for transformer_parameter_name LUT, transformer_parameter_value has the values you are looking for.

Thank you. That is exactly what I needed. I really appreciate you providing the solution


Reply