How do I change the character separator for the Image URLs from a comma to a secmicolon?

By default, the images.src field in the Product export will export all image URLs separated by a comma.

To change the separator from a comma to a semicolon, you can use the formula below in the Calculated Fields:

{{ images.src }}.replace(",", ";")

In case you'd like to create a separate column per image URL, you can follow our guide here.


Related Articles:


App: EZ Exporter

Tags: shopify products, product feeds, product images