Overview
This Processor allows to rename one or multiple columns from an input dataset.
This can be helpful when some column names are not very expressive.
Input
The Processor works on any valid dataset.
Configuration
Within the configuration it is possible to select a column of the input dataset and choose its new name. It looks like this:
The column to rename can be selected from the drop-down menu (default value is the first column).
Note that, if the name of the new column already exists within the set of other columns, a Validation Error is thrown.
Output
The Processor returns a table containing the same entries as the input dataset except for the modified column names.
Example
In the following example the Multiple Column Rename Processor will be used to rename a column from an input dataset created via a Custom Input Table:
The third column name was not very expressive so it was changed to "Age".
The is visualized via a Result Table for example.
Related Articles
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article