Convert a .csv downloaded from the BlackBoard Grade Center output into a format that can be imported into Osiris
- Go to Grade Center and click on Work Offline -> Download
- Choose the 'Selected Column' option and choose which column contains the grades to be imported into Osiris
- Choose the 'Comma' Delimiter Type
- Click 'Submit' to download a .csv output of gradecenter
- Run this script on the .csv file, for example:
./bb2osiris.py bbinput.csv
- An Osiris readable file will be printed on standard output
To save the output to a file you can redirect standard output:
./bb2osiris.py bbinput.csv > osiris.txt