Skip to content

Rename columns

Description

Renames the specified columns of the data.

Input

Data only

Output

Transformed data

Configuration fields

Column map Allows input of multiple pairs of column names and their replacement names.

Sample Input

idcategoryproductpricein_stock
1ElectronicsLaptop500true
2ElectronicsCamera350false
3ElectronicsTablet250true
4FurnitureSofa600true
5FurnitureBed450true
6FurnitureTable150false

Sample Configuration

alt text

Sample Output

indexcategoryresultpricein_stock
1ElectronicsLaptop500true
2ElectronicsCamera350false
3ElectronicsTablet250true
4FurnitureSofa600true
5FurnitureBed450true
6FurnitureTable150false