ionutbarna
3 years agoNew Contributor II
Number is equal ""(empty string)?
Hi there,
Can someone explain to me why the following expression generates true as a result:
I have the following pipeline:
In JSON Generator I have:
{
"field": null
}
AutoPrep config:
Data type is set to a number; if null, 0 (zero) will be the result value.
Mapper:
Shouldn’t this validate as false? The field is a number and has the value 0.
The result after validation: