cocoa touch - Objective-C - Parsing a CSV into a array -


How will I parse a CSV into an array? Its only a column spread sheet that I have converted into CSV, so it should not be very difficult?

How do I do this in any way?

Use an appropriate CSV parser like


Comments