Feeds and marketplaces

How to keep only rows with valid image links

2026-06-20
Task

A supplier file contains full image URLs, relative paths, and empty cells. Only rows where the image link starts with http:// or https:// should be exported.

Short Answer

In image_url, add a row export condition: current value before transformations matches ^https?://.

How to Do It in Eofferix

  1. Open the image_url column settings in the table editor.
    Opening image_url settings
    The red frame shows where to open the required column settings.
  2. In Export conditions, add: Current value, Before transformations, Regular expression, value ^https?://.
    Row export condition for valid image URLs
    Only rows where image_url starts with http:// or https:// stay in the export.
  3. Save the column settings.

Before / After

Before

source data
skuimage_url
SKU-1001https://cdn.example.com/1001.jpg
SKU-1002/upload/1002.jpg

After

result
skuimage_url
SKU-1001https://cdn.example.com/1001.jpg

Process data faster with Eofferix

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

Sign up