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

wrap dates in quotations #44

Open
2 tasks
etosch opened this issue Jul 10, 2016 · 0 comments
Open
2 tasks

wrap dates in quotations #44

etosch opened this issue Jul 10, 2016 · 0 comments

Comments

@etosch
Copy link
Member

etosch commented Jul 10, 2016

The date formatting includes a comma. Excel reads this correctly, but the csv parsing library doesn't. It treats the commas as column separators. We need to:

  • update runner's response getter/writer to wrap all columns in quotations
  • update the surveyman repository to then strip outer quotes.

I had a ton of headaches dealing with quotations for our first iteration of surveyman. Maybe the easiest way to deal with this is to html encode + quote?

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