CSV Split

Multiple files

Partition a dataset by column value or row count

Inputs
dataset
Outputs
dataset

Overview

Partitions one dataset into many — one per distinct value of a column, or fixed-size chunks of N rows. Outputs a summary plus the partitions.

Fields

FieldDescription
Input variablerequiredWhich variable to use as the upstream dataset to read.
Modeby-column (one file per value) or by-row-count (N rows each).
Split column / row countThe column to split on, or the rows per partition.
Output (summary) 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

cityproductamount
TunisA100
TunisB150
SfaxA80
SousseC60
SfaxB120

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