Course Data Integration

📘

For Courses having Multiple Sections:

Add multiple lines to the CSV tile, one line per section per course.

For example, a course called "Intro to Accounting" (ACCT 101), with two sections (sections A and B) offered at the same time (Mondays and Wednesdays at 10:00am and on Fridays at 2:00pm) and a third section (section C) offered at night once per week (Thursdays at 6:00pm).

This calls for:

  • one record for section A for the Monday / Wednesday class with "MW" as day of the week (can be put together since they have the same start and end time)

  • one record for section B for the Monday / Wednesday class with "MW" as day of the week (can be put together since they have the same start and end time)

  • one record for section A for Friday class with "F" as day of the week.

  • one record for section B for Friday class with "F" as day of the week.

  • one record for section C for Fridays class with "F" as day of the week.

That is, ACCT 101 calls for a total of five (5) records in this example.

An example structure with some fields omitted.

Course Unique IdentifierCourse NameCourse CodeSection CodeStart TimeEnd TimeDays of the Week
ACCT101-AIntro to AccountingACCT101A3600041400MW
ACCT101-BIntro to AccountingACCT101B3600041400MW
ACCT101-AIntro to AccountingACCT101A5040055800F
ACCT101-BIntro to AccountingACCT101B5040055800F
ACCT101-CIntro to AccountingACCT101C6480079200H
Language
Click Try It! to start a request and see the response here!