Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to read a CSV file using iOS

Tags:

ios

csv

I have to develop an iOS application that can read the data from a CSV file hosted on a domain. Is there any standard APIs that can help me to do this? I don't need to download but just read the file because the file will be updated for every two mins.

like image 508
Siddharthan Asokan Avatar asked Jan 12 '12 07:01

Siddharthan Asokan


People also ask

Can iPhone read CSV?

Yes you can! There are four effective ways to import CSV contacts to iPhone: import CSV file to iPhone via iTunes, Gmail, a third party Cisdem ContactsMate or through email services. You can choose one method that suits you best and follow the instructions in this post.


1 Answers

I recommend Dave DeLong's CHCSVParser library for parsing.

like image 192
Moshe Avatar answered Nov 18 '22 14:11

Moshe