I have a CSV file from an external source and I want to be able to use this data within my webpage.
an example of the csv is
date1, date2, date3 etc
what I want to do is to be able to extract date2 from this csv and put it somewhere on my page. Can I do this in ASP or do i have to import it into SQL and access it there? If I do have to use my SQL database how can I get this to access it every half hour as the values in the csv are always changing.
an example of the csv is
date1, date2, date3 etc
what I want to do is to be able to extract date2 from this csv and put it somewhere on my page. Can I do this in ASP or do i have to import it into SQL and access it there? If I do have to use my SQL database how can I get this to access it every half hour as the values in the csv are always changing.