Get multiple Attributes in one column

I am currently trying to just get all images from a web page. Is there a way to get the image src and the alt attribute in one go and be output in the same column?
The only way I have figured out at the moment is to get the image src then get the alt text using the same img selector for both which is essentially doubling the amount of columns in the csv.

@Alec Hello, you should be able to achieve this by using the 'Grouped' selector.

Learn more: Grouped selector | Web Scraper Documentation