0

I am looking into creating an sql database that extracts data from a web page. The webpage displays the data in either a table or CSV list.

The address of the page is

Online table/CSV

I am not entirely sure how to do this. I thought maybe to save the page as a text file then import it but I cannot save it. Am I missing something is there an easy way of doing this?

Apologies I should say that I will use the data in a asp.net application using VB in Visual Studio 2010. The SQL will will be SQL Server 2012.

EDIT - ok so I was informed to run the page in compatibility mode and the CSV will save which I have confirmed. I therefore need to be able to open the page using a vb console app and perform a save as. I have tried using the webclient control and I can create a file but it downloads the html of the page as well. How do I save the contents of the webpage as a csv or text file?

Silentbob
  • 2,805
  • 7
  • 38
  • 70

0 Answers0