Hello, this is my first time scraping, and all my data is working as intended and I'm getting the results I need. The VERY last thing I need is a way to have all images from the same product on the same cell. At the moment, it is creating multiple identical lines - with only the image different. How can I combine all these and have all images in the same cell, separated by a vertical bar for example?
Url: https://www.belezanaweb.com.br/
Sitemap:
{"_id":"produtos-belezanaweb","startUrl":["https://www.belezanaweb.com.br/"],"selectors":[{"id":"subdepartamentos","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.sub-menu-link.sub-menu-item","multiple":true,"delay":0},{"id":"produto link","type":"SelectorLink","parentSelectors":["elementoproduto"],"selector":".showcase-item-name a:nth-of-type(2)","multiple":true,"delay":0},{"id":"carregarmais","type":"SelectorElementClick","parentSelectors":["subdepartamentos"],"selector":"div.showcase-item","multiple":true,"delay":"1000","clickElementSelector":"button.btn-bolder","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"titulo","type":"SelectorText","parentSelectors":["produto"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"preco_BA","type":"SelectorElementAttribute","parentSelectors":["produto"],"selector":"div.nproduct-price-value","multiple":false,"extractAttribute":"content","delay":0},{"id":"descricao_tecnica","type":"SelectorText","parentSelectors":["produto"],"selector":".product-description .accordion-gradient-content","multiple":false,"regex":"","delay":0},{"id":"elemento-imagem","type":"SelectorElement","parentSelectors":["produto"],"selector":".nproduct-gallery div.product-images","multiple":false,"delay":0},{"id":"carregarmaisimagens","type":"SelectorElementClick","parentSelectors":["elemento-imagem"],"selector":".active img","multiple":false,"delay":"100","clickElementSelector":"span:nth-of-type(n+2)","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"foto","type":"SelectorImage","parentSelectors":["carregarmaisimagens"],"selector":"parent","multiple":true,"delay":0},{"id":"elementoproduto","type":"SelectorElement","parentSelectors":["carregarmais"],"selector":"parent","multiple":true,"delay":0},{"id":"produto","type":"SelectorElement","parentSelectors":["produto link"],"selector":"main","multiple":true,"delay":0},{"id":"marca","type":"SelectorText","parentSelectors":["elementoproduto"],"selector":".showcase-item-brand strong","multiple":true,"regex":"","delay":0}]}