Let's return to the sample course enrollment spreadsheet and compare it to the export from Senior Systems:
Let's use red text for SeniorSystems fields and blue text for corresponding Schoology Fields.
The first column from Senior Systems, Entity_ID, is the Unique ID for the Faculty member in that row for the course. This data resides in Senior Systems "behind the scenes", but can be exported through this method.
The second column Entity_ID_No1 is the Unique ID for the student in that row.
From the STUDENT_NAME, we'll need to create the First Name and Last Name Columns
It would seem that the Email column is not required from Schoology.
COURSE_FULL_NAME corresponds with Course Name.
By using a formula to concatenate, we can combine the SCHOOL_ID, an underscore "_", and the COURSE_ID to create the Course Code.
It appears that by concatenating the Course Code with an underscore and the year, we can create the Section School Code.
Enrollment is either a 1 for Teacher or 2 for Student.
Schoology support claims that Status can be ignored.