Forum Discussion

PaulDBrown's avatar
PaulDBrown
Community Champion
6 years ago
Solved

Extract Data from a table on a website

Hi everyone, I am trying to extract data from a table on a website. The problem is that the full data is spread over a number of pages. The table has a filter to select the number of rows per view, ...
  • PaulDBrown's avatar
    PaulDBrown
    6 years ago

    Just an update on this challenge. I have been seraching the forum for the past few hours and eventualy came across this post which was right on topic:

     

    Website scraping advice

     

    It seems that you can extract data from these kind of tables by using Python (which is way beyond my current scope). 

    As a temporary solution the orginal poster mentioned downloading the actual HTML page and connecting to the file instead of the website. Not ideal obviously, but at least I now have a snapshot of the data as it stands at the moment. Extracting the data this way was painless, and all the rows of the table were loaded automatically.