ABCDEF
1
ColumnLabelImportanceFormatSampleDescription
2
1Site IDRequiredINT1This is a unique key that identifies each site. It can be any integer you would like, as long as it is unique. This value cannot be changed, even via the user interface, after initial load.
3
2Site NameRequiredVARCHAR(255)Jane High SchoolThe name of the school or district, up to 255 characters.
4
3State Site IDRequiredINT101The site’s state assigned ID. If you do not have a state assigned ID, you may use your Site ID listed above. Must be a unique key.
5
4Start Grade Level IDRequiredINT(2)9The starting grade level of this site, denoted by an integer value. 1 = Kindergarten, 2 = 1st Grade, 3 = 2nd Grade,
4 = 3rd Grade, 5 = 4th Grade, 6 = 5th Grade, 7 = 6th Grade, 8 = 7th Grade, 9 = 8th Grade, 10 = 9th Grade, 11 = 10th Grade, 12 = 11th Grade, 13 = 12th Grade, 14 = Graduated, 15 = Preschool, 17 = Special Ed Preschool, 18 = Transitional Kindergarten.

Please note that because Kindergarten starts at “1”, the grade level values are all one above their labels. For instance, 11th grade is denoted by 12.

These alignments can only be altered via transformation (Core Data Configuration -> Edit).
6
5End Grade Level IDRequiredINT(2)13The ending grade level of this site, denoted by an integer value. By default, those values are shown above, though they may be altered in the user interface (Admin Gear -> Site Management). Please note that because Kindergarten starts at “1”, the grade level values are all one above their labels. For instance, 11th grade is denoted by 12.
7
6Site Type IDRequiredINT(2)2An indicator of the type of site. 1 = Middle and K-8 School, 2 = High School, 3 = Continuation School, 4 = Pre-School, 5 = Adult Education Facilities, 6 = Special Education Facilities, 7 = Other Schools and Facilities, 8 = District, 9 = Elementary School, 10 = CLOSED
8
7AddressRequiredVARCHAR(255)5 Ash StreetStreet address of the site. Appears on the Student Profile page (address of the school) and on printed transcripts (if applicable).
The value can be changed after initial load via the DnA user interface (Admin Gear -> Site Management).
9
8CityRequiredVARCHAR(100)Vista HillsThe city of the site. Appears on the Student Profile page (address of the school) and on printed transcripts (if applicable).
The value can be changed after initial load via the DnA user interface (Admin Gear -> Site Management).
10
9StateRequiredVARCHAR(2)WIA valid 2 character United States state code, including territories. Appears on the Student Profile page (address of the school) and on printed transcripts (if applicable). The value can be changed after initial load via the DnA user interface (Admin Gear -> Site Management).
11
10ZipRequiredVARCHAR(10)90210-4235A 5 digit or 5+4 United States zip code. Appears on the Student Profile page (address of the school) and on printed transcripts (if applicable). This field is not validated beyond VARCHAR(10). The value can be changed after initial load via the DnA user interface (Admin Gear -> Site Management).
12
11Local Site CodeOptionalVARCHAR(25)456789An optional local identifier for each site. Possibly a district school code, which may not be an integer, or a place for a local site ID that is alpha-numeric as the main site ID can only be a numeric value. Will show up in State Reports for ISI clients. Can be changed via the UI (Admin Gear -> Site Management).
13
12Annual Hours of InstructionOptionalINT180The annual number of hours of instruction. Used to determine FTE for in classroom and out of classroom as it relates to special education services. Can be changed via the ISE user interface (Admin Gear -> Site Management).
14
13Annual Weeks of InstructionOptionalINT38The annual number of weeks of instruction. Required for ISE installations. Used to determine FTE for in classroom and out of classroom as it relates to special education services. Can be changed via the ISE user interface (Admin Gear -> Site Management).
15
14Parent Site IDOptionalINT999999999Typically not used. Establishes the site hierarchy in more complicated, multi-level implementations. Leave blank or enter 9999999 for the top-level site.