# Student File Error Messages

#### **<span class="rvts0"><span class="rvts34">"The file does not have a column labeled 'First' or 'First Name'"</span></span>**

<span class="rvts20">This error occurs when the system cannot locate the required </span><span class="rvts117">First</span><span class="rvts20"> column in your Student file. The column title may be missing or incorrectly labeled.</span>

<span class="rvts21">How to Fix:</span>

1. <span class="rvts20">Open your Student file in a spreadsheet application.</span>
2. <span class="rvts20">Verify that the first row contains a column labeled </span><span class="rvts187">First</span><span class="rvts20"> (case-sensitive, no spaces).</span>
3. <span class="rvts20">Correct any discrepancies, such as using "First Name" instead of "First."</span>
4. <span class="rvts20">Save the file in a tab-delimited format and re-import it.</span>

---

#### **<span class="rvts0"><span class="rvts34">"The file does not have a column labeled 'StudentID'"</span></span>**

<span class="rvts20">This error occurs when the system cannot find the mandatory </span><span class="rvts117">StudentID</span><span class="rvts20"> column. This column is used to uniquely identify each student.</span>

<span class="rvts21">How to Fix:</span>

1. <span class="rvts20">Open your Student file and check that the first row contains a column titled </span><span class="rvts187">StudentID</span><span class="rvts20"> (case-sensitive, no spaces).</span>
2. <span class="rvts20">If the column is missing, add it and populate it with unique IDs for each student.</span>
3. <span class="rvts20">Save the file in a tab-delimited format and re-import it.</span>

---

#### **<span class="rvts0"><span class="rvts34">"The ID field is empty for XX"</span></span>**

<span class="rvts20">This error indicates that one or more rows in the Student file have an empty </span><span class="rvts117">StudentID</span><span class="rvts20"> value. Every student must have a unique identifier.</span>

<span class="rvts21">How to Fix:</span>

1. <span class="rvts20">Open your Student file and locate the row(s) where the </span><span class="rvts117">StudentID</span><span class="rvts20"> is missing (indicated by </span><span class="rvts117">XX</span><span class="rvts20"> in the error message).</span>
2. <span class="rvts20">Add a valid, unique </span><span class="rvts117">StudentID</span><span class="rvts20"> for the affected rows.</span>
3. <span class="rvts20">Save the file in a tab-delimited format and re-import it.</span>

---

#### **<span class="rvts0"><span class="rvts34">"SecurityValue is empty for StudentID = XXXX"</span></span>**

<span class="rvts20">This error occurs when the </span><span class="rvts117">SecurityValue</span><span class="rvts20"> field is blank for a specific student. The </span><span class="rvts117">SecurityValue</span><span class="rvts20"> is required for parents to identify their child when signing up.</span>

<span class="rvts21">How to Fix:</span>

1. <span class="rvts20">Open your Student file and locate the row with the </span><span class="rvts117">StudentID</span><span class="rvts20"> mentioned in the error message (</span><span class="rvts117">XXXX</span><span class="rvts20">).</span>
2. <span class="rvts20">Verify that the </span><span class="rvts117">SecurityValue</span><span class="rvts20"> column is populated with the appropriate value (e.g., date of birth in the date format i.e. </span><span class="rvts117">mm/dd/yyyy</span><span class="rvts20">).</span>
3. <span class="rvts20">Correct any missing or invalid data in the </span><span class="rvts117">SecurityValue</span><span class="rvts20"> column.</span>
4. <span class="rvts20">Save the file in a tab-delimited format and re-import it.</span>