CSV Column Merge

Multiple files

Stitch two same-length datasets side by side by row position

Inputs
dataset
Outputs
dataset

Overview

Stitches two equal-length datasets side by side by row position — row N of the left joins row N of the right. No key needed; on a name clash the right side wins.

Fields

FieldDescription
Left datasetrequiredWhich variable to use as the left dataset.
Right datasetrequiredWhich variable to use as the right dataset.
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 · left

name
Alice
Bob
Cara

Sample input · right

city
Tunis
Sfax
Sousse

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