Hi,
I have been using the NSXMLParser class in order to get and handle data for my apps. In my next project, I have total control over the data-setup and it could be possible to get it in xml or csv format. As I never used csv in combination with iphone-app-development, I thought I rather ask if anyone has experience from using csv in iphone-apps? Is it possible at all?
Interesting is:
- which one is the fastest - csv or xml parsing?
- which one is the most robust/reliable to use - csv or xml parsing?
- is there an api for csv parsing? I did not find such an api...
- pros and cons generally...
Any ideas or advices?
Thanks in advance!
MACloop
I have been using the NSXMLParser class in order to get and handle data for my apps. In my next project, I have total control over the data-setup and it could be possible to get it in xml or csv format. As I never used csv in combination with iphone-app-development, I thought I rather ask if anyone has experience from using csv in iphone-apps? Is it possible at all?
Interesting is:
- which one is the fastest - csv or xml parsing?
- which one is the most robust/reliable to use - csv or xml parsing?
- is there an api for csv parsing? I did not find such an api...
- pros and cons generally...
Any ideas or advices?
Thanks in advance!
MACloop