Data scraping of a table having single row

@ddpadil
A web page has a table with a single row and multiple columns. The problem is,while using data scraping, it asks to indicate second element to create a pattern, but there is no second row in the table. How can I scrap the data?

Hi,
How about choose same item again just saying haha. :slight_smile:
as there is single row why don’t you try any screen scraping method later you can use string manipulation to get it in tabular form.

Choosing the same item again gave an error. Btw, how can we do string manipulation to get the data and save it as a csv file?

Oh ok. So screen scraping working fine.
Then use indexing and substring to get each item and pass to excel.

Like this.