Update course list to match the latest allocation report
runofthemillgeek opened this issue · 3 comments
runofthemillgeek commented
Allocation report is available here. The format is .xlsx
and that needs to be converted to JSON format and the data extracted to the following files:
data\all_data.json
— Should contain all the courses. Format can be referred from the existing version of this file.data\unique_courses.json
— Should consist of only unique course details, i.e,{ CODE, TITLE }
.
vatz88 commented
@sangeeth96 Link to the file is not working.
runofthemillgeek commented
Updated.
vatz88 commented