Do not get it right after export

Hi,

I have two things that bothers me

  1. Elementselector Prodinfo pulls all data of the link and messes the csv up (it generates several rows instead of one)
  2. I'm trying to grab the url's of all images for each product, the preview looks good but when I run it it gives one url only

Url: https://www.fullcompass.com/brand/snd-soundcraft/replacement-parts/?brand_id=SND&rewrite_name=replacement-parts&sortChange=1&categoryOrder=A-Z&ipp=10&view=List

Sitemap:
{"_id":"fullcompass","startUrl":["https://www.fullcompass.com/brand/snd-soundcraft/replacement-parts/?brand_id=SND&rewrite_name=replacement-parts&sortChange=1&categoryOrder=A-Z&ipp=10&view=List"],"selectors":[{"id":"Prod_info","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.prod","multiple":true,"delay":"200"},{"id":"Long_desc","type":"SelectorText","parentSelectors":["Prod_info"],"selector":"div.productDesc div:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Label","type":"SelectorText","parentSelectors":["Prod_info"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"Desc","type":"SelectorText","parentSelectors":["Prod_info"],"selector":"p.short-description","multiple":false,"regex":"","delay":0},{"id":"Image","type":"SelectorElement","parentSelectors":["Prod_info"],"selector":"div.product-thumbnails","multiple":false,"delay":0},{"id":"All_img","type":"SelectorImage","parentSelectors":["Image"],"selector":"img","multiple":true,"delay":"15"}]}

Suggestion on solution?

Hi,

Anyone with ideas? For question 2 I do get it right when I preview with the image URL's.