Each row in your CSV file must contain 11 fields that follow this format, separated by commas:
The name of the class, i.e. "Computer Science 1"
The subject of the class, i.e. "CS"
The catalog ID of the class, i.e. "126"
The unique course ID of the class, i.e. "1234"
The section of the class, i.e. "001"
The days the class is held, characters separated by spaces, i.e. "M W F"
The ID of the facility building, i.e. "69"
The name of the facility building, i.e. "Engineering"
The name of the primary instructor, i.e. "Smith"
The time this class starts, in 24 hour format, i.e. "13:30"
The time this class ends, in 24 hour format, i.e. "14:45"
An example row in your CSV file might look like:
Computer Science 1, CS, 126, 1234, 001, M W F, 69, Engineering, Smith, 13:30, 14:45This row would represent a class called Computer Science 1, CS126 held in the Engineering building, taught by Smith starting at 1:30pm and ending at 2:45pm