Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Motti-Shneor opened this issue Dec 24, 2015 · 1 comment

Comments

@Motti-Shneor
Copy link

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

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

@Motti-Shneor
Copy link
Author

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" ???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant