CSVをパースしてくれる便利なクラスのパースライブラリがあったので、メモ。""囲いにも対応。 Writing a parser using NSScanner (a CSV parsing example) http://cocoawithlove.com/2009/11/writing-parser-using-nsscanner-csv.html サンプルは以下よりダウンロード可能 http://projectswithlove.com/projects/CSVImporter.zip 使い方 ZIPを解凍して、CSVParser.h CSVParser.mのみを自分のプロジェクトにコピー 例えば以下のような形で利用可能。 // parse csvstring CSVParser *csvParser = [CSVparser alloc] initWithString:csvstri