CSV Segment

Multiple files

Split a dataset into named files by file count or rows per file

Inputs
dataset
Outputs
dataset

Overview

Splits a dataset into several individually-named output files — by file count (N even files) or by rows per file. Rename or delete segments you don't want to keep.

Fields

FieldDescription
Input variablerequiredWhich variable to use as the upstream dataset to read.
Modecount (a fixed number of files) or rows (a fixed number of rows per file).
DivisorThe number of files (count) or rows per file (rows).

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.