Gate rows by quality rules — valid and invalid outputs
Checks each row against per-column quality rules (required, type, regex, numeric range, allowed values) and splits the data into valid and invalid outputs.
| Field | Description |
|---|---|
| Input variablerequired | Which variable to use as the upstream dataset to read. |
| Rules | Per-column validation rules, configured in the node dialog. |
| Output variable namerequired | Name this node's result so downstream nodes can select it. Auto-suggested; edit freely. |
Open the node's real configuration, run it on the sample below, and see the result. Nothing is saved.
Sample input · data
| a@x.com |
| not-an-email |
| c@x.com |
This is a live preview — the sample and results are temporary and never saved.