Skip to content

Number does not exist

Ensure number field does not exist.

Parameters

This operation has no configurable parameters.

Field selection

  • source — Field whose values this operation reads. Omit to apply to all fields on the row.
  • target — Optional output field. When omitted, the source field is updated in place.

JSON Configuration

{
"id": "op-numberDoesNotExist",
"type": "validation",
"action": "numberDoesNotExist",
"params": {},
"testInputs": [
"42",
"0",
"-7",
"abc",
"12.3.4",
"NaN"
]
}