March 18, 2009 at 7:35 am
I have a dynamic URL that will provide me with public information that I need to download from the Internet into my database. I'm using SSIS but am not sure how to proceed. This URL is to a .csv file, it is not a web service. I can get a single file to work with the Flat File Connection Source but what it does is automatically download it to the Temporary Internet Files directory and then connect to it.
I have 500 of these to do and plan on putting it in a ForEach Loop. If anybody could suggest a way to do this I would appreciate it.
For reference, here is the URL.
http://ichart.finance.yahoo.com/table.csv?s=HD&a=00&b=23&c=1960&d=02&e=17&f=2009&g=d&ignore=.csv
The s=HD is the portion that will be replaced. I'm trying to download the S&P 500 historical data to do some data mining.
Thanks,
Brian.
March 18, 2009 at 9:11 am
March 20, 2009 at 3:19 am
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply