Transform

SelectColumns

Keeps only the columns you name and drops the rest. Useful for trimming a wide export down to the fields that matter before sharing or charting, and for putting columns in a sensible order; the result follows the order you list them in.

Inputs

InputAcceptsRequired
TableTableYes

Outputs

OutputProduces
ResultTable

Settings

Typed in on the node or set by the assistant, not wired.

SettingDefaultNotes
ColumnNamesChoose one or more columns from the connected table. Comma-separated list of columns to keep (e.g. Date,Account,Amount). The order you list them is the order they appear in the result; everything not listed is dropped.

Example

A general-ledger export lands with 40 columns, most of them system codes. Set ColumnNames to Post_Date,Account,Description,Amount and the result is a clean four-column table, in that order, which appears as its own tab and is much easier to review or hand to a chart.

Related nodes