Probably a newbie question....
I have a Workflow that will be used to import OSM data but with variable output options. These options are being defined in a Spreadsheet which I have FME reading in.
For example, one option is the highest category of settlement to include on this database (the categories are defined in house as 1-8 based on Population as 'settlement_category').
I have assigned the various options to a Global Variable but had expected to be able to use that in transformers such as Testers to allow for dynamic. We call this variable 'maxSettlementCategory'.
So the Tester would be something like:
(Left Value) (Operator) (Right Value)
settlement_category <= maxSettlementCategory
(Object Attribute) <= (Global Variable)
I cannot see how to do this without assigning the Global Variable to every object via an Attribute Manager and Variable Retriever, which all seems a little excessive. Am I missing something?