Scraping data from different page levels... The csv-export file is messed up

Hi
I want to extract data from an auction website. The problem: I need data from the start page (e.g. date) which I cannot extract on the detail page. Running the scraper looks fine even the results are mixed in the chrome browser view and not in order. But doing the export to csv all messed up and not on the same line together.

Url: https://www.sothebys.com/en/results?locale=en

Sitemap:
{"_id":"sothebys","startUrl":["https://www.sothebys.com/en/results?locale=en"],"selectors":[{"id":"link to catalog","type":"SelectorLink","parentSelectors":["pagearea"],"selector":"parent","multiple":false,"delay":0},{"id":"openlink detail pages","type":"SelectorLink","parentSelectors":["scroll down"],"selector":"a.css-1tksp3a","multiple":true,"delay":0},{"id":"lnumber","type":"SelectorText","parentSelectors":["openlink detail pages"],"selector":"span.css-we5xhf","multiple":false,"regex":"","delay":0},{"id":"adate","type":"SelectorText","parentSelectors":["pagearea"],"selector":"div.Card-details","multiple":false,"regex":"","delay":0},{"id":"pagearea","type":"SelectorElement","parentSelectors":["_root"],"selector":"a.Card-info-container","multiple":true,"delay":0},{"id":"scroll down","type":"SelectorElementScroll","parentSelectors":["link to catalog"],"selector":"div.css-i5lgyg","multiple":false,"delay":0}]}
{id:"sitemap code"}

Thanks for help.

Did you ever solve to scrape data from 2 different pages?