Skip to main content
Question

Conditional Values for Rule Configuration in AttributeValidator

  • November 17, 2023
  • 1 reply
  • 98 views

no_id
Contributor

I'm building a data validation tool and utilising the AttributeValidator heavily as part of the process. There are a couple of attributes that are "optional" but have an associated list of valid values (field validation/domain). This means they are allowed to be null, but if they have a value, it must be one of the pre-defined valid values.

 

I'm hoping to use the Conditional Value option for Rule Configuration as below:

 

FME_Screen 

However, upon running the workbench, FME terminates and the translation fails immediately due to "unbalanced quotation marks on line XXXX of file <workbench directory>\\wb-xlate-1700200438336_13788". Is this a bug or is my conditional value rule configuration just incorrect?

1 reply

asprague
Contributor
Forum|alt.badge.img+3
  • Contributor
  • May 14, 2024

I have also came across the same error when setting up a conditional check on a fme_parameter value containing a value to determine which rule configuration to use. I am suspecting that it is an unresolved bug with the transformer that should be submitted for evaluation.