Task
One table cell contains several values separated by comma or semicolon, and the result needs a separate row for each value.
Short answer
Open the list column, enable Change row structure in Additional settings, and choose Split values into new rows.
How to Do It in Eofferix
- Open the settings of the
tagscolumn.
The animation shows the settings icon under the tags column. - In Additional settings, enable Change row structure and choose Split values into new rows.

The mode creates a separate result row for each value from the cell. - Enter the separator, for example
;, and save the settings.
What matters for the result
- The delimiter must match the real file:
;,,and line breaks are configured differently. - Trim spaces around values before splitting, otherwise
redandredmay become different values. - Check that SKU or product ID is copied to every generated row.
Before / After
Before
source data| sku | tags |
|---|---|
| SKU-100 | new;sale |
After
result| sku | tags |
|---|---|
| SKU-100 | new |
| SKU-100 | sale |