WooCommerce CSV

Build WooCommerce Images from several image columns

2026-06-21
Task

This case prepares the Images column from image_1 for the final CSV.

Short answer

Start Images with image_1, then append non-empty image_2 and image_3 with commas; the first URL remains the featured image.

How to do it in Eofferix

  1. Select the source column or create the output column from the specified source. image_1Images.

  2. Open the settings of the output column Images.

    Open settings: Images
    Real animation: opening the output column settings in the table editor.
  3. In Transformations, add the rules shown below.

    Transformations: Images
    Real screenshot of the Transformations block for this column.
  4. Save the settings, go to export, and check the values in the downloaded CSV.

Check target column names and accepted values against the official CSV documentation. WooCommerce CSV.

Before / after

Before

source data
SKUimage_1image_2image_3
LAMP-1https://cdn.example/lamp-main.jpghttps://cdn.example/lamp-side.jpg
POST-1https://cdn.example/poster-main.jpg
MUG-1https://cdn.example/mug-main.jpghttps://cdn.example/mug-side.jpghttps://cdn.example/mug-back.jpg

After

result
SKUImages
LAMP-1https://cdn.example/lamp-main.jpg, https://cdn.example/lamp-side.jpg
POST-1https://cdn.example/poster-main.jpg
MUG-1https://cdn.example/mug-main.jpg, https://cdn.example/mug-side.jpg, https://cdn.example/mug-back.jpg

Process data faster with Eofferix

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

Sign up