Blog posts

2025

2024

Uploading scores csv file on ETL

less than 1 minute read

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