Infoveave Data Automation — Pivot & Transpose
Pick the column, set the separator — one row with five comma-separated values becomes five clean, individual rows.
Data from forms, CRMs, product feeds, and tagging systems frequently stores multiple values in a single delimited string — product categories, assigned skills, customer tags, department codes — packed together with a comma or pipe separator. Split and Fold Columns normalizes those multi-value fields by splitting each delimiter-separated value into its own row while duplicating all other columns alongside it, producing a properly normalized dataset ready for filtering, counting, and grouping by individual values.
Split a delimited column into multiple rows in Infoveave workflows. Normalize comma-separated tags, categories, or multi-value fields for filtering, aggregation, and analysis.
Split and Fold Columns is one step inside a multi-step Infoveave workflow. Chain it with other activities — no code, no manual hand-offs.
Build this workflow visually in Infoveave Data Automation — drag, connect, and schedule with no infrastructure setup.
Real scenarios where this transformation saves hours of manual work.
A retail team imports a product catalog where each product row has a Tags column containing comma-separated category labels like Red,Blue,Green. Split and Fold Columns expands each tag to its own row while keeping the Product ID and Name on each resulting row. The team can then filter, count, and aggregate by individual tag values — something impossible while the values are packed in a single cell.
An HR analytics team processes developer profiles where each person record has a Skills column containing pipe-separated skill codes. Split and Fold Columns expands each skill into its own row, enabling the team to count how many developers have each skill, filter by specific skills for project staffing, and join against a skills taxonomy reference table.
A healthcare billing team processes appointment records where each row has a Services column containing comma-separated procedure codes for appointments covering multiple services. Split and Fold Columns normalizes each service code to its own row, letting the billing system process each service independently for insurance claim generation and revenue attribution.
Input data (left) is transformed using the configuration below. The output table (right) is ready for dashboards or downstream steps.
Tags, (comma)Input Data
| Customer ID | Name | Tags |
|---|---|---|
| 101 | John | Red,Blue,Green |
| 102 | Alice | Yellow,Orange |
| 103 | Mark | Black |
| 104 | Emma | White,Gray,Silver |
Output Data
| Customer ID | Name | Tags |
|---|---|---|
| 101 | John | Red |
| 101 | John | Blue |
| 101 | John | Green |
| 102 | Alice | Yellow |
| 102 | Alice | Orange |
| 103 | Mark | Black |
| 104 | Emma | White |
| 104 | Emma | Gray |
| 104 | Emma | Silver |
Key fields to configure in the Infoveave workflow builder. Full reference available in the documentation.
Column To Split
Select the column that contains the delimited multi-value strings. This column is the one that will be split and the split values will replace the original packed cell values in the output rows.
Separator
Specify the delimiter used to separate values within the column — a comma, pipe, semicolon, space, or any other character. Each occurrence of the separator causes a split. If no separator is provided, each individual character in the cell is treated as a separate value — useful for splitting character codes or fixed-format strings.
Everything you need to know about Split and Fold Columns in Infoveave.
Transformations in the same family as Split and Fold Columns, often chained together in the same Infoveave workflow.
Part of Infoveave Data Automation
Split and Fold Columns is one of over 80 transformation activities available inside Infoveave workflows. Chain transformations together — no code, no exports, no waiting for IT.
Ready to see Infoveave in action?