{% include 'laborganizer/csv_upload/horizontal_tool_bar.html' %} {% include 'laborganizer/message.html' %}

Formatting

Each row in your CSV file must contain 11 fields that follow this format, separated by commas:

Example

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:45

This 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

What is a CSV file?