Skip to content

Filter Node

  • Applies validation operations to each row
  • Rows that fail are excluded from the output
  • Same operation set as operation
{
"custom": {
"execution": {
"operations": [
{
"type": "validation",
"action": "required",
"params": {}
}
]
}
}
}
  • operation – Same operations, but transforms data instead of filtering
  • lessThan – Example validation