How can I open a CSV file from the internet?

I need to open a file residing on a website. An example of the file, including location is: "https://www.midwestiso.org/Library/Repository/Market Reports/20130427_da_lmp.csv"
Excel can open it with this line, but I cannot get it done in Matlab. Please note that I do not have an FTP address or access.
Thanks

Answers (1)

Use:
websave('filename', 'URL')

1 Comment

This requires downloading the full file and saving it to disk. Is there a method to load the csv as a string to a variable for further parsing?

Sign in to comment.

Categories

Products

Asked:

on 27 Apr 2013

Commented:

on 11 Jul 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!