iPhone : How to convert CSV format into NSData or NSString?
Posted
by
PARTH
on Stack Overflow
See other posts from Stack Overflow
or by PARTH
Published on 2010-12-22T09:06:43Z
Indexed on
2010/12/23
16:54 UTC
Read the original article
Hit count: 245
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
© Stack Overflow or respective owner