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.
Before / After
Before
source data| sku | tags |
|---|---|
| SKU-100 | new;sale |
After
result| sku | tags |
|---|---|
| SKU-100 | new |
| SKU-100 | sale |