CSV Restructure

Single file

Reorder, remove, or add computed columns

Inputs
dataset
Outputs
dataset

Overview

Rebuilds the output columns: keep and reorder existing columns, drop ones you don't need, or add computed columns from a {{column}} expression.

Fields

FieldDescription
Input variablerequiredWhich variable to use as the upstream dataset to read.
Output columnsrequiredThe list of columns to keep or compute, in the order you want them.
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

firstlastage
AliceNg34
BobLee28

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