Skip to main content

I am performing data validation of a excel source data.

I have configured multiple validations in Attribute validator.

Issue:
FME validates the not null validation and all other validations given, but what I require is if any of the attribute is null, I don't want to do any other validations.

How do I perform these in FME?

Hi There, I would maybe put a tester or test filter before that and put the null evaluation statement there. Then direct the fails one way and the passes another. Hope that helps!

c.


Hi ​@crutledge 

I am generating a validation report, I want null values to be validated and included in report, but if the value for a attribute is null, I don't want other validations to be performed for the same attribute again.

How do I handle this scenario?


Hey ​@iamprem If I understand correctly this is what I meant. Does that help? I hope I understand correctly.