Address Text Split In Spreadsheet

I selected a text address from two places on a Yelp web page, both previews looked OK, but when exported as csv to spreadsheet, the address was split into separate cells:

Address Split

Url:

Sitemap:
{"_id":"music_shop_yelp","startUrl":["https://www.yelp.co.uk/search?find_desc=music+shop&find_loc=London"],"selectors":[{"id":"pages","paginationType":"clickOnce","parentSelectors":["_root","pages"],"selector":".pagination-link-component__09f24__JRiQO div","type":"SelectorPagination"},{"id":"links","multiple":true,"parentSelectors":["_root","pages"],"selector":".css-1egxyvc a","type":"SelectorLink"},{"id":"name","multiple":false,"parentSelectors":["links"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"address","multiple":false,"parentSelectors":["links"],"regex":"","selector":"p.css-qyp8bo","type":"SelectorText"},{"id":"images","multiple":false,"parentSelectors":["links"],"selector":"img.photo-header-media-image__09f24__A1WR_","type":"SelectorImage"}]}

In the Pagination (Beta) selector, I set the Pagination Type to "auto" instead of "click once on multiple links" & it fixed itself, there are no duplicates. :slightly_smiling_face: