Select columns
The Select columns step keeps or removes whichever columns you choose from your dataset.
In our input data below, there are five columns: "Product", "Color", "Size", "Quantity" and "Total".

After connecting our data into this step, it produces an output of the two columns selected to keep: "Variant ID" and "Product Name".

Pick the dataset, then select from "Select Action" dropdown the Keep columns or Remove columns options,
then in "Columns" add the list columns name or indexes per order separated by comma. Example: col1,col4,col3... or 0,4,3...

Select columns
Input/output
In our input data below, there are five columns: "Product", "Color", "Size", "Quantity" and "Total".

After connecting our data into this step, it produces an output of the two columns selected to keep: "Variant ID" and "Product Name".

Settings
Pick the dataset, then select from "Select Action" dropdown the Keep columns or Remove columns options,
then in "Columns" add the list columns name or indexes per order separated by comma. Example: col1,col4,col3... or 0,4,3...

Updated on: 20/09/2022
Thank you!