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
| Input | Accepts | Required |
|---|---|---|
Table | Table | Yes |
Outputs
| Output | Produces |
|---|---|
Result | Table |
Settings
Typed in on the node or set by the assistant, not wired.
| Setting | Default | Notes |
|---|---|---|
ColumnNames | — | Choose 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.