iPhone : How to convert CSV format into NSData or NSString?
- by PARTH
Hi Guys,
I am making an iPhone app which requires the current Stock Prices.
I am receiving the data in CSV format from a link given below.
http://finance.yahoo.com/d/quotes.csv?s=RHT+MSFT&f=sb2b3jk
Is it possible to convert the CSV format to NSData or NSString format?
If Yes, how can I convert the CSV format to NSData format or NSString format?
What can be done?
What can be the other alternatives for this?
Please Help and Suggest
Thanks