Hi, I’m extracting a table from a web page and appending it to a .csv. One table cell gets splitted and written to the next row. Can someone please help, how to arrange the data correctly?
Scraped web table:
data in the extract data table:

Data in .csv
The end result as how it should be
Thanks