Describe the problem.
I am looking to scrape a restaurant's data including reviews, rate, user vip badger from a review website. I found that after I clicked the "multiple" option in my selector, the outcome generated has multiple lines instead of a single line. It means that each attributes (i.e. reviews, rate, user vip badger) has an individual row. But if I don't checked the ''multiple'' option, the result will just be the attributes of first review...May I ask how to scrape all attributes into a single line for each review.
Sitemap:
{"_id":"olysterbargrill","startUrl":["https://www.opentable.com/r/oyster-bar-and-grill-harrahs-las-vegas?avt=eyJ2IjoyLCJtIjoxLCJwIjowLCJzIjowLCJuIjowfQ&corrid=6acf0fe4-4fb7-4156-8901-bdc24e2abf00&p=2&ref=2795&sd=2021-01-29+19%3A00"],"selectors":[{"id":"pages","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.oc-reviews-5a88ccc3","multiple":false,"delay":"500","clickElementSelector":"button.reviewUpdateParameter.oc-reviews-265d2d30","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueText"},{"id":"review","type":"SelectorText","parentSelectors":["_root","pages"],"selector":".reviewBodyContainer p","multiple":true,"regex":"","delay":0},{"id":"overall","type":"SelectorText","parentSelectors":["_root","pages"],"selector":"span.oc-reviews-e3e61235:nth-of-type(2)","multiple":true,"regex":"","delay":0},{"id":"food","type":"SelectorText","parentSelectors":["_root","pages"],"selector":"span.oc-reviews-e3e61235:nth-of-type(4)","multiple":true,"regex":"","delay":0},{"id":"service","type":"SelectorText","parentSelectors":["_root","pages"],"selector":"span:nth-of-type(6)","multiple":true,"regex":"","delay":0},{"id":"ambience","type":"SelectorText","parentSelectors":["_root","pages"],"selector":"span:nth-of-type(8)","multiple":true,"regex":"","delay":0},{"id":"vip","type":"SelectorText","parentSelectors":["_root","pages"],"selector":"span.oc-reviews-42b9159d","multiple":true,"regex":"","delay":0}]}