CSV Union / Append

Multiple files

Stack two or more datasets vertically

Inputs
dataset
Outputs
dataset

Overview

Stacks two or more datasets on top of each other (append / UNION ALL). Columns can line up by name, by position, or as the union of all columns.

Fields

FieldDescription
Input datasetsrequiredConnect every dataset to combine (two or more).
Align modeby-name, by-position, or union-of-columns (missing cells become 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 · a

namecity
AliceTunis
BobSfax

Sample input · b

namecity
CaraSousse
DanTunis

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