Skip to content

Strip whitespace from fields pulled from csv #196

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

Merged

Conversation

mxmeinhold
Copy link
Collaborator

Whitespace is often used to make CSVs prettier, or human readable, but parsing the CSV parses that whitespace too. We don't need that whitespace, and in fact it causes errors, so get rid of it.

@mxmeinhold mxmeinhold requested a review from devinmatte January 20, 2020 03:33
@mxmeinhold mxmeinhold self-assigned this Jan 20, 2020
@devinmatte devinmatte merged commit b2b50a0 into ComputerScienceHouse:develop Jan 27, 2020
@mxmeinhold mxmeinhold deleted the cursed-whitespace branch February 19, 2020 03:17
@mxmeinhold mxmeinhold mentioned this pull request Mar 7, 2020
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.

3 participants