CSV Validate

Single file

Gate rows by quality rules — valid and invalid outputs

Inputs
dataset
Outputs
dataset

Overview

Checks each row against per-column quality rules (required, type, regex, numeric range, allowed values) and splits the data into valid and invalid outputs.

Fields

FieldDescription
Input variablerequiredWhich variable to use as the upstream dataset to read.
RulesPer-column validation rules, configured in the node dialog.
Output variable namerequiredName this node's result so downstream nodes can select it. Auto-suggested; edit freely.

Try it

Open the node's real configuration, run it on the sample below, and see the result. Nothing is saved.

Sample input · data

email
a@x.com
not-an-email
c@x.com

This is a live preview — the sample and results are temporary and never saved.