Skip to content

Split Column

Description

This activity splits the values of a cell into multiple columns using a user-defined separator. The resulting columns can include the original column data if configured.


Input

Data Only

Output

Transformed Data


Configuration Fields

  • Column To Split
    The column to be split.

  • Separator The character or string used to split the column values.

  • Output Columns Prefix Prefix for the new columns created after splitting.

  • Include Original
    When enabled, the original column is kept alongside the new columns. Otherwise, only the new columns are included.


Input Data

categoryvalue
Electronics|Mobiles|Computers10
Home|Kitchen|Furniture20
Home|Kitchen20
Furniture|Kitchen|Electronics20
Electronics|Mobiles|Furniture20

Sample Configuration

alt text


Output Data

categoryvaluenew_1new_2new_3
Electronics|Mobiles|Computers10ElectronicsMobilesComputers
Home|Kitchen|Furniture20HomeKitchenFurniture
Home|Kitchen20HomeKitchen
Furniture|Kitchen|Electronics20FurnitureKitchenElectronics
Electronics|Mobiles|Furniture20ElectronicsMobilesFurniture