tags:

views:

119

answers:

1

I need to import a CSV file in to my app. How can i do that. Is that possible in iPhone?

Thanks,

+3  A: 

You can try Matt Gallagher's CSVParser class.

Diederik Hoogenboom