Task
A supplier price list has several image links in one cell. For Shopify import, each image URL must become a separate row while keeping the same Handle.
Short Answer
In the Image Src column settings, enable Change row structure, choose Split values into new rows, and set the separator to ;.
How to Do It in Eofferix
- In the table editor, open the settings of the
Image Srccolumn.
The settings button is highlighted under the final Image Src column. - In Additional settings, enable Change row structure. In How to change, select Split values into new rows.

The split-into-new-rows mode is selected and the separator is set below. - In Value separator, enter
;. - Save the column settings.
Before / After
Before
source data| Handle | Image Src |
|---|---|
| winter-jacket | https://example.test/img-1.jpg;https://example.test/img-2.jpg |
After
result| Handle | Image Src |
|---|---|
| winter-jacket | https://example.test/img-1.jpg |
| winter-jacket | https://example.test/img-2.jpg |