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. A CHCSVParser can be created in one of three ways: With a URL to a file With the contents of an NSString With an NSInputStream CHCSVParser can be configured
{{#tags}}- {{label}}
{{/tags}}