I'm trying to set up some conditional reprojections in a workspace using the reprojector and conditional values for the destination coordinate system.
I'm using a published parameter in the workspace to select different regions around the world and run some processes on features in these regions.
When I try to use the values from the published parameters to conditionally set the destination coordinate system, FME fails to evaluate the input expression and the the translation fails.
The error message:
Reprojector_2: Reprojector_2: Failed to evaluate input expression: FME_CONDITIONAL:DEFAULT_VALUE'Mercator_World_KM'BOOL_OP;OR;COMPOSITE_TEST;<Unused>;TESTNorth America=North America'NA-ED-CONIC83_40_FME'FME_NUM_CONDITIONS2___ Program Terminating Translation FAILED.What am I doing wrong?
Is there a better way to setup conditional reprojections?
Thanks for any help.