How can I automatically retrieve a CSV file from web, save it in a directory, and access it in C#?
Posted
by George Tyler
on Stack Overflow
See other posts from Stack Overflow
or by George Tyler
Published on 2010-05-25T00:34:48Z
Indexed on
2010/05/25
0:41 UTC
Read the original article
Hit count: 352
I am working on an application which has to retrieve data from a CSV file online and display it with a click of a button. However, how can I automatically store the CSV file in a safe place where I can access the information? I am working with Visual Studio C#.
Thank you.
© Stack Overflow or respective owner