Home > CSVParser

CSVParser

CSVParser is a project mainly written in Objective-C, it's free.

CSV parser for Cocoa

CSVParser

About

CSVParser is a Cocoa class that parses CSV string.

Usage

NSString *source = @"comma-separeted string is here";
CVSParser *parser = [CVSParser parser];
NSArray *rows = [parser parseCSVString:source];

License

The MIT License