Can I export source and destination values from the AttributeValueMapper?
Best answer by david_r
Attached is a workspace (FME 2016.1.3+ required) that uses the workspace reader to export all the AttributeValueMapper settings of a specified workspace to a CSV file. The resulting CSV file has a column for the transformer name and the source and destination values. It should be handling international characters just fine (but do let me know if it doesn't).
Sample input:
Output generated by exportattributevaluemapper.fmw, as imported into Excel:
It should be fairly simple to extend so as to include the default values as well as the source and destination attribute names.
Main workspace: exportattributevaluemapper.fmw
Test workspace: avm.fmw
Output from test workspace: attributevaluemappersettings.csv
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.