How do I use comma-separated-value file received from a URL query in Objective-c?
Posted
by chiemekailo
on Stack Overflow
See other posts from Stack Overflow
or by chiemekailo
Published on 2010-03-17T20:35:56Z
Indexed on
2010/03/17
20:41 UTC
Read the original article
Hit count: 218
objective-c
|iphone
How do I use comma-separated-value file received from a URL query in Objective-c? when I query the URL I get csv such as "OMRUAH=X",20.741,"3/16/2010","1:52pm",20.7226,20.7594. How do I capture and use this for my application? My problem is creating/initializing that NSString object in the first place. An example is this link "http://download.finance.yahoo.com/d/quotes.csv?s=GBPEUR=X&f=sl1d1t1ba&e=.csv" which returns csv. I dont know how to capture this as an object since I cannot use an NSXMLParser object.
© Stack Overflow or respective owner