CHCSVParser

Download

CHCSVParser Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT License
  • Publisher Name:
  • Dave Delong
  • Publisher web site:
  • http://www.davedelong.com/
  • Operating Systems:
  • iOS 3 or later
  • File Size:
  • 13 KB

CHCSVParser Tags


CHCSVParser Description

Open source CSV parser for Objective-C CHCSVParser is a free and open source CSV files parser for Objective-C developers.In order to parse CSV files, you'll need CHCSVParser.h and CHCSVParser.m. A CHCSVParser works very similarly to an NSXMLParser, in that it synchronously parses the data and invokes delegate callback methods to let you know that it has found a field, or has finished reading a line, or has encountered a syntax error.CHCSVParser is conscious of low-memory environments, such as the iPhone or iPad. CHCSVParser can safely parse very large CSV files, because it only loads portions of the file into memory at a single time. For example, CHCSVParser can parse a 4 million line CSV file (over 300MB on disk) in under one second while only consuming about 75K of active memory.Detailed usage instructions and information about CHCSVParser can be found here.


CHCSVParser Related Software