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

parseCsv with unqualified fields #97

Merged
merged 5 commits into from
Aug 6, 2014

Conversation

Sergio-Muriel
Copy link
Contributor

Fix bug with the parseCsv function.

With this configuration:
qualifier: "
escape: "
lineDelimiter: \n

The field may not be encapsulated with the qualifier:

ie:
"my first field";"my second field" -> returns correct values
"my first field";my second field -> return only first field
"my ""cool field"" "; my second field -> return only first field

@jprichardson
Copy link
Owner

Please fix your spacing to adhere to the current conventions. Spacing should be 2 spaces. Thanks.

@Sergio-Muriel
Copy link
Contributor Author

I think it's ok now.

jprichardson added a commit that referenced this pull request Aug 6, 2014
parseCsv with unqualified fields
@jprichardson jprichardson merged commit 7b03990 into jprichardson:master Aug 6, 2014
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

Successfully merging this pull request may close these issues.

2 participants