remove-columns
Removes specified columns from a datatable.
Last updated
Removes specified columns from a datatable.
Last updated
data
: The datatable containing the columns to be removed.
columns
: The list of columns to be removed.
data
: A datatable with the specified columns removed.
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.