Hi Guys, its been a while!
I have a list of eBay item numbers, lets say in Column A and I want to read down the list of item numbers and extract the Image URL(s) into Column B Separated by a Comma. The image URL are like this:
Thanks in advance
I have a list of eBay item numbers, lets say in Column A and I want to read down the list of item numbers and extract the Image URL(s) into Column B Separated by a Comma. The image URL are like this:
https://i.ebayimg.com/images/g/-DcAAOSwzrxUwnIS/s-l500.jpg
and they all start with https://i.ebayimg.com/images/g/ and end with s-l500.jpg
but some listing may have 1 photo and other may have 10 photos. I have inspected the HMTL and found they appear like this: <div class="ux-image-carousel-item active image" data-idx="0">
with each extra image the: data-idx="0"
increases by 1.Thanks in advance