CHCSVParser icon indicating copy to clipboard operation
CHCSVParser copied to clipboard

writeField:(id)field raises exception if first line of CSV has any null field

Open Motti-Shneor opened this issue 9 years ago • 1 comments

the relatively new if (_currentLine == 0) { [_firstLineKeys addObject:field]; }

doesn't check for nils - and NSArray raises on field==nil.

Motti-Shneor avatar Dec 24 '15 19:12 Motti-Shneor

I really need a fix for this one - and I already have a fix. Alas, I'm not familiar with the branching/merging technique of GitHub --- how do I push a fix, and how do I have it reviewed by the owner, and how do I become a "contributor" ???

Motti-Shneor avatar Jan 14 '16 06:01 Motti-Shneor