Parameters
| Parameter | Description |
|---|---|
| Columns to rename | Select one or more columns to rename from the dropdown. |
| Method | Choose to add a prefix, add a suffix, or use a custom expression to change column names. |
Examples
Add a prefix
One example is to add the prefixmeta_ to tag columns that contain metadata.

Use a custom expression
You can accomplish the same or more complex changes using a custom expression likeconcat('meta_', column_name).

