WooCommerce CSV

How to Build WooCommerce Images from Several Image Columns

2026-06-21
Task

The supplier sends photos in separate image_1, image_2, and image_3 columns. WooCommerce expects one Images column with comma-separated links.

Short answer

Create Images from image_1, append ,{image_2} and ,{image_3} only when those columns are not empty, then remove a trailing comma.

How to Do It in Eofferix

  1. Open the settings of the output Images column.
    Animation showing how to open the Images column settings in Eofferix
    The click is on the settings icon of the output Images column.
  2. In Transformations, add Add to end rules for non-empty extra images and cleanup for redundant commas.
    Screenshot of transformation rules for the Images column
    The Transformations block shows the full rule chain for this case.
  3. Save the column settings and go to the Export step.

Before / After

Before

source data
SKUNameimage_1image_2image_3
WC-130Desk lamphttps://cdn.example.com/lamp-main.jpghttps://cdn.example.com/lamp-side.jpg
WC-131Office chairhttps://cdn.example.com/chair-main.jpghttps://cdn.example.com/chair-back.jpg

After

result
SKUImages
WC-130https://cdn.example.com/lamp-main.jpg,https://cdn.example.com/lamp-side.jpg
WC-131https://cdn.example.com/chair-main.jpg,https://cdn.example.com/chair-back.jpg

Process data faster with Eofferix

Create a free account to automate catalogs and price lists around your own rules.

Sign up