Is there a good CSV parser for ios?
csv, ios, objective-c, parsing
Solution
You want the one by Dave DeLong. It's on github. It's the goto CSV library
https://github.com/davedelong/CHCSVParser
Problem
I have a csv file which contains set of product details with their prices. I need to parse this csv file to perform some search queries. Yes, I tried https://github.com/ha-minh-vuong/CSVParser but this library fails when parsing product prices. because in my CSV product price contains a comma. "12,500.00" P.S : Line separator must be a comma coz I'm getting this CSV directly from the client. I can't change anything Update: sample line DSK0009, HL , 0.02 , HQ , F , AI2 ,-,-,-,-,Pink,-,-,"12,500.00","1,150.00"