Scraping Table causing issue

Hi!
I am trying to scrape one website which have all data in table

I have created sitemap like
{"_id":"bio","startUrl":["https://www.biopharmcatalyst.com/calendars/historical-catalyst-calendar"],"selectors":[{"id":"TICKER","type":"SelectorText","parentSelectors":["_root"],"selector":"a.ticker","multiple":true,"regex":"","delay":0},{"id":"DRUG","type":"SelectorText","parentSelectors":["_root"],"selector":"td:nth-of-type(2)","multiple":true,"regex":"","delay":0},{"id":"STAGE","type":"SelectorText","parentSelectors":["_root"],"selector":"td.stage","multiple":true,"regex":"","delay":0},{"id":"CATALYST","type":"SelectorText","parentSelectors":["_root"],"selector":"time","multiple":true,"regex":"","delay":0},{"id":"CATALYST NOTE","type":"SelectorText","parentSelectors":["_root"],"selector":"div.catalyst-note","multiple":true,"regex":"","delay":0}]}

Its giving me result like this

In data preview all column showing correct data but in excel I am getting row some row empty. I have all selector have multiple button checked, if I use multiple checked for only first selector, its giving data perfect for first column and then other getting repeated data.
Let me know if anyone can help me for same. Thanks!

To correctly extract multiple records from a page, a "wrapper" Element selector should be used: