Uploading scores csv file on ETL
Published:
This is article for TAs in SNU, or anyone using electronic learning system, ‘Canvas LMS’. Currently Canvas LMS has problem on uploading .csv files created with Excel, for updating grades. This is just problem of text encoding. ETL imports and exports .csv file with encoding utf-8 but when we save .csv file with Excel, it saves with encoding: ANSI. For those who needs deeper understanding look here: About encoding
How to import .csv scores on ETL worked on Excel-like software.
- First row of csv file must be
Student,ID,SIS Login ID,Sectionand scores to upload: e.g.midterm_question_1,midterm_question_2,total_score. - Next rows are data of student corresponding to first row.
- Filling all information, save csv file and open csv file with any text editor that can convert text encoding, e.g., text pad.
- Convert file into
utf8. - Upload .csv file and select columns you want to upload.
