Hello, I'm trying to get the images on a website single product page, I can get the images but I want to concatenate all product image URLs in one cell in the resulting CSV file separating them with pipe sign '|'. I'd like to do that automatically because there are a lot of products, but I can't figure out how. any help would be greatly appreciated.
Hi, you can use the Grouped selector type to return a group of elements in JSON format in one cell. You can apply a regex rule in the data output sheet to format the URLs
Hello JanAp, Thank you for your help, I'll try that.