davedelong/CHCSVParser

Add convenience methods for parser usage with custom delimiter

sebromero opened this issue · 1 comments

As for now only comma separated files can be parsed using the convenience Method arrayWithContentsOfCSVFile:
For example we could have a method

arrayWithContentsOfFile:delimiter:options

This is in now. Enjoy.