...
The CSV files must follow a specific naming convention. The name for the CSV file used in Integrations will be:
Code Block |
---|
<school _code>_<file _type>.csv |
An example of a student-info file and course-info file name are:
...
The fields are as follows:
<school_code> is an a string used to denote your institution - typically an abbreviation of the institution name e.g. mcgill
<file_type> is "course-info" for the course data and "student-info" for the student data.
...