Reformatting grades in a csv file for Canvas import
The first step is to open your csv file containing scores in a spreadsheet editor, such as LibreOffice Calc or Microsoft Excel.
We must combine the "Last name" and "First name" fields as follows:
Select a cell in the "Last name" column.
In LibreOffice Calc, select Sheet > Insert Columns > Columns Left.In Microsoft Excel, select Home > Insert > Insert Sheet Columns.
In cell C8, enter the formula =CONCATENATE(D8,", ",E8).
Select cell C8 and all the cells below it, all the way down to the last student row.
In LibreOffice Calc, select Data > Fill Cells > Down. In Microsoft Excel, select Home > Fill > Down.
Next we must save our combined names as text, not formulas.
Select all the combined names.
In LibreOffice Calc, select Edit > Cut. In Microsoft Excel, select Home > Cut.
In LibreOffice Calc, select Edit > Paste Special. Then uncheck "Paste all" and check only "Text".
In Microsoft Excel, select Home > Paste > Paste Values. Then select "Values".
Next we must delete all the extraneous rows and columns.
Keep the rows that contain scores themselves, the row with the name of the assignments, and the row with the number of points possible in each assignment. Delete all other rows.
To delete a row in LibreOffice Calc:
Click on the row number.
Select Sheet > Delete Rows.
To delete a row in Microsoft Excel:
Click on the row number.
Select Home > Insert > Delete Sheet Rows.
Keep the columns that contain scores themselves, and the column with the combined names. Delete all other columns. Deleting columns is similar to deleting rows.
Next, insert two empty columns between the name column and the score columns.
Now put column headings in the first row:
In cell A1, enter "Student".
In cell B1, enter "ID".
In cell C1, enter "Section".
In cell A2, enter "Points Possible".
Now save your file as a csv. Import it into the Canvas gradebook and follow the directions onscreen.