I have an issue with scraping data from a web page. I tried to scrape the data from the website as indicated in the screenshot below, I am interested in the pink data bits (hidden because it contains confidential information). However, using the data scraping tool it returns the data table as also indicate in the screenshot below the first screenshot. This data does not contain the pink information bits, it only returns the field names. I have tried changing the data definition to include get_columns_values, however this does not work. Does one of you have any suggesions on how to extract the data?
Thanks Markus and Prankurjoshi. I didn’t realize that the table-scraping-tool only recognizes plain text. I ended up using the screen scraping tool, this allowed me to capture all the data and even underlying IE tabs, although not returning the data as structured as I’d like it did allow me to put all the IE information into Excel.