Delete columns
The Delete column step allows you to delete column in the dataset you are working on.
Step parameters
Delete columns
(array)*: specify one or several column(s) to delete
Example
Input

Configuration
{
"columns" : ["departement", "hire_date", "email"]
}
Output

Last updated
Was this helpful?