CSV Filter

CSV Filter

Single file

Filter rows in CSV data

Inputs
dataset
Outputs
dataset

Overview

Keeps only the rows that match a condition on a column. Combine several conditions with AND/OR for precise selection.

Fields

FieldDescription
Input variablerequiredWhich variable to use as the upstream dataset to read.
ColumnrequiredThe column to test.
OperatorrequiredHow to compare — equals, contains, greater than, is empty, and more.
ValueThe value to compare against (omit for is empty / is not empty).
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

nameagecity
Alice34Tunis
Bob28Sfax
Cara41Tunis
Dan23Sousse
Eve37Sfax

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