remove-columns

Removes specified columns from a datatable.

Arguments

Inputs:

data: The datatable containing the columns to be removed.

columns: The list of columns to be removed.

Output:

data: A datatable with the specified columns removed.

Example

In this example, the list of columns is configured to be user-input on the Run Page. The user can point to a file and specify which columns to remove before converting the data to a CSV file.

Last updated