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

Filter - Delete columns input

Configuration

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

Output

Filter - Delete columns output

Last updated

Was this helpful?