Data scraping in website table which has merged cell

I need to scrap data from a website and got below output.
There is some empty cell because they are merged cells in original table.
Untitled

Just would like to know is that possible to get the merged cell to input duplicate value in multiple cell when data scraping?

Or the only way is to edit the datatable after data scraping?

Hi @Double

Welcome to our UiPath Forum! :slight_smile:

Indeed, you will need to adapt the table after it is loaded into the DataTable variable with the Read Range activity.
One way around it could be to load two different ranges into to separate DataTables and then merge them, but I doubt it will be more elegant solution.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.