...
Contents
Table of Contents |
---|
StaffExport.csv
...
*
ID,school,name.first,name.last,email,mobile_number,title
ID* = Staff ID number from SIS. Can be numerical or alphabetical
School* = School code from SIS that the staff member works. If multiple schools, the staff member will need a separate line item in the file
Name.First* = First name of staff
Name.Last* = Last name of staff
Email* = District email of staff
Mobile_number = Staff mobile number, if available
Title* = Title of staff
StudentExport.csv
...
*
ID,school,name.first,name.last,mobilenumber,email,contactnameprimary,contactphoneprimary,contactemailprimary,contactnamesecondary,contactphonesecondary,contactemailsecondary,zipcode,busroute,grade,lunchbalance,primarylanguage,primaryzip,primaryprefferedcontactmethod,secondaryzip,secondarylanguage,secondarypreferredcontactmethod
ID* = student ID number from SIS and can be numerical or alphabetical
School* = school code from SIS
Name.First* = first name of student
Name.Last* = last name of student
Mobilenumber = Important: Only include if students are receiving alerts in contract
Email = Important: Only include if students are receiving alerts in contract
Contactnameprimary = Primary contact name. If ‘last,first’ please utilize quotes around the name
Contactphoneprimary = Primary contact phone, if applicable
Contactemailprimary = Primary contact email, if applicable
Contactnamesecondary = Secondary contact name. If ‘last,first’ please utilize quotes around the name. If applicable
Contactphonesecondary = Secondary contact phone, if applicable
Contactemailsecondary = Secondary contact email, if applicable
Zipcode = student primary zip code
Busroute = if applicable
Grade = student grade
Lunchbalance = if applicable
Primarylanguage = primary contact preferred language, if applicable
Primaryzip = primary contact zip code, if applicable
Primaryprefferedcontactmethod = if applicable
Secondaryzip = secondary contact zip code, if applicable
Secondarylanguage = secondary contact preferred language, if applicable
Secondarypreferredcontactmethod = if applicable
StafftoStudentExport.csv
...
*
school,teacher,student,period,name,course_number,section_number
School* = school code from SIS
Teacher* = this must match the Staff ID from the StaffExport file
Student* = this must match the Student ID from the StudentExport file
Period* = Can also be 'homeroom' or '0', if applicable
Name* = course name
Course_number = if applicable
Section_number = if applicable
...