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

CSV Import Bugs #874

Open
devanshk opened this issue May 15, 2017 · 4 comments
Open

CSV Import Bugs #874

devanshk opened this issue May 15, 2017 · 4 comments

Comments

@devanshk
Copy link
Contributor

Bulk importing grades has two major issues right now

  1. CSV must be encoded as ASCII-8BIT and crashes for UTF-8 files

  2. Fields must be wrapped in quotations to be imported properly

@TheodorJ
Copy link
Contributor

This is a better description of the issues in #647, so I'll close that issue and leave this one open.

@cg2v
Copy link
Member

cg2v commented Jan 16, 2018

The solution for this should also detect if unicode byte order markers are present and strip and/or process them. (computing services had a report today from someone whose roster would not upload because the header was misdetected because of the presence of a BOM character)

@epicseven-cup
Copy link
Contributor

Hi, just want to see if this issue still exist in current autolab? I remember encountering it a few years ago though not sure if this issue is up to date.

@jhs-panda
Copy link
Contributor

Hi, I just tested this by storing grades in a Google Sheet without wrapping fields in quotations and downloading it as a CSV (encoded as UTF-8). Then, I uploaded it to an assignment with "Bulk Import Grades" and it seems to work. Please let me know if you're still encountering this issue!

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

No branches or pull requests

9 participants