Get image links from slider?

Hi there!

I have tried the sitemap below, it indeed extracts image links from that slider, however the exported CSV data shows every link image in a separate row. I'd like them all in one single cell separated by a character such as comma like this https://website.com/image.jpg,https://website.com/image.jpg,https://website.com/image.jpg

Sitemap:
{"_id":"aspentrue1","startUrl":["https://aspentrue.com/collections/100-cashmere-vests/products/rex-rabbit-vest-in-black"],"selectors":[{"id":"images","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.clicker-thumb","multiple":true,"delay":0}]}

I have figured it out myself, I used the grouped selector and the output was in json format.

You're welcome