ABCDEF
1
ColumnLabelImportanceFormatSampleDescription
2
1Import Student IDRequiredVARCHAR(30)MSHS-105310The unique student identifier matching the Import Student ID in studemo.txt.
3
2State Student IDHighly RecommendedVARCHAR(30)MD-MSHS-105310A unique student identifier for state data reporting. In this import, this ID is used solely for visual troubleshooting.
4
3Student Last NameRequiredVARCHAR(200)MillerThe student's last name. In this import, this field is used solely for visual troubleshooting.
5
4Student First NameRequiredVARCHAR(200)IsabellaThe student's first name. In this import, this field is used solely for visual troubleshooting.
6
5Student Middle NameHighly RecommendedVARCHAR(200)JamesThe student's middle name. In this import, this field is used solely for visual troubleshooting.
7
6Birth DateRequiredMM/DD/YYYY01/07/2010The student's date of birth. In this import, this field is used solely for visual troubleshooting.
8
7Program IDRequiredVARCHAR(30)1The code key value of the Program, as found in Student Programs code table. These values are various and may change per state or district. Visit code management (Admin Gear -> Code Management, and choose "Student Programs") to view and manage your current codes.
9
8Eligibility Start DateConditionally RequiredMM/DD/YYYY01/05/2019Used to identify when a student was eligible for a program. It does not necessarily need to match the dates of when a student actually began participation in the program. Either this field or the program start date must be entered to create a unique record; program start date is preferred.
10
9Eligibility End DateOptionalMM/DD/YYYY05/05/2019Used to identify when a student was no longer eligible for a program.
11
10Program Start DateConditionally RequiredMM/DD/YYYY01/05/2019Identifies the date that the student first entered the program. The Program Start Date must align to other key dates in Illuminate such as term dates and student enrollment dates. Either this field or the eligibility start date must be entered to create a unique record; this field is preferred.
12
11Program End DateHighly RecommendedMM/DD/YYYY05/05/2019Used to identify when a student has exited a program. This is not a required field, however, without it students will never exit a program. It is a very important field to help to establish students time in programs. The Program End Date should represent the date a student's participation in the program ended.
13
12Academic YearRequiredYYYY|YYYY-YYYY2019-2020Required to identify the academic year to which the student data belongs. Generally, after historic data loads and for regular automation, the Academic Year field simply identifies the current academic year. This is a sanity check field that may be removed in the future.
14
13Program Eligibility CodeOptionalVARCHAR(30)1Identifies how a student was identified to be eligible for participation in a program. Code Key value, as found in Program Eligibility Codes code table. These values are various and may change per state or district. Visit code management (Admin Gear -> Code Management, and choose "Program Eligibility Codes" to view and manage your current codes.
15
14Program Exit CodeOptionalVARCHAR(30)E410Identifies why a student exited a program. Code Key value, as found in Program Exit Codes code table. These values are various and may change per state or district. Visit code management (Admin Gear -> Code Management, and choose "Program Exit Codes" to view and manage your current codes.
16
15Site IDOptionalINT(1)1Identifies which site a student is at when they are receiving program services. This site/program association has been identified as a requirement in the state of California for state reporting. When the Site ID is provided, it is also part of the unique key on a program record.contacts.txt
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100