You are here:  » multiple image issue


multiple image issue

Submitted by wilkins on Tue, 2015-09-08 21:45 in

Hi David

I am looking to put the new ebay datafeed into our sites, one of the feeds gives all the images in one line of the spreadsheet, is there any way of just importing the 1st image. They use a ; to separate each image.

Brent

Submitted by support on Wed, 2015-09-09 07:27

Hello Brent,

Use an Explode filter against the Image URL field for the eBay feed, using ";" as the Explode Character or String and 1 as the return index and that will return the first URL in the semi-colon separated list.

Cheers,
David.
--
PriceTapestry.com

Submitted by wilkins on Fri, 2015-09-25 16:14

Hi David

Been testing the ebay feed and have noticed that if I do this in the filter it works OK when there is more than 1 image, however it does not show the image if there is only 1, is there anything that can be done about this?

Brent

Submitted by support on Sat, 2015-09-26 10:59

Hello Brent,

My apologies, 0 should be used as the Return Index which will return the first or only imaqe (1 would return the second as the array returned by explode() is zero-based)...

Cheers,
David.
--
PriceTapestry.com