Column Remover
The Column Remover processor removes columns and passes the remaining columns downstream.
When you configure the Column Remover processor, you specify whether to keep or exclude the selected columns. You define the columns to act on by listing or selecting individual columns, or by specifying the strings, prefixes, or suffixes to match with column names. For more advanced column name patterns, you can use regular expressions to define groups of columns.
Example
Say you want to remove a set of columns that end with
_prelim
. To do
this, you can configure the processor as follows:- Action: Remove Listed Columns
- Column Match Criteria: Column Name Suffix
- Suffix:
_prelim
If some of the columns that you want to remove end with
_preliminary
, you might add _preliminary
to the
Suffix property.
Or, you could alternatively configure the processor to remove all columns that
include
_prelim
anywhere in the column name, as follows:- Action: Remove Listed Columns
- Column Match Criteria: Column Name Contains Text
- String:
_prelim
Configuring a Column Remover
Configure a Column Remover processor to remove columns from your data.