You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: