Account Management
Account Owners
Arkansas Civics Test
Community Service Learning
Data Services Agreements
Private Schools
Online Testing
Smart Core
Student Transcripts
Advanced Searching
OneRoster API
Private Schools - Upload File Specification
Overview
The Community Service CSV File must be RFC-4180 compliant and encoded UTF-8. These are the default CSV export settings for most modern applications that provide data extract functionality.
Private schools are required to supply information about each student who will be taking a state assessment.
The information required falls into the following categories:
- Student information required to assign an Arkansas State-ID
- Student demographics needed to create the various reports
- Which tests each student is taking
File Naming
To be processed the file must END with the pattern "privateschool_{schoolLEA}.csv". You can begin the file name with anything you want. The "privateschool" part of the file name is case insensitive.
For example, you could name the file like one of the following:
- privateschool_9099001.csv
- priVatesChool_9099001.csv
- 2025-04-10-privateschool_9099001.csv
- my-very-descriptive-name-cprivateschool_9099001.csv
Business Rules
Files to be uploaded must first pass the following validity checks:
- the csv file must contain the exact specified header
- every data field for a row is tested for validity against the below rules
- the number of students submitted on an upload can only vary by 10% from the previous upload
- the number of changed students in an upload can only vary by 10% from the previous upload
- once a student has been assigned an Arkansas State-ID the next upload must contain the State-ID for the student or the student will be rejected.
During the night uploaded files will be examined and assigned Arkansas State-IDs will be inserted. You can download a prior uploaded file to see the Arkansas State-ID assigned to each student.
File Format
The CSV file must contain the following columns shown below.
You can download an example private school CSV file.
Header | Business Rule / Regex | Acceptable Values | Example | Description |
---|---|---|---|---|
Required for Arkansas State-ID Assignment | ||||
schoollea | /^[0-9]{7}$/ | Valid LEA number | 9099001 | Official Arkansas Private School LEA |
first | /\w*/ | Required | Student first name | |
middle | /\w*/ | Required | Student middle name | |
last | /\w*/ | Required | Student last name | |
dob | YYYYMMDD | Valid date | 20240401 | Student Date of Birth |
ssn | /^\d9$/ | Valid date | 123456789 | Student SSN |
grade | /^\d{1,2}$/ | 09,10,11,12 | 9 or 09 | Student grade |
gender | /^[MF]$/ | M,F | M | Student gender |
/\w*/ | student@privateschool.com | Student email address | ||
localid | /\w*/ | Local-ID | ID used by locally by Private School | |
stateid | /^[TZS1-9]\d{8}[1-9]$/ | Arkansas State-ID | Official Arkansas Student State-ID (if known) | |
Address | ||||
address | /^[\w*]$/ | Address | ||
city | /^[\w]$/ | City | ||
zip | /^[\d5]$/ | Zip | ||
usState | /^[\w2]$/ | US State | ||
Guardian | ||||
guardianFirst | /^[\w*]$/ | Guardian's First Name | ||
guardianLast | /^[\w*]$/ | Guardian's Last Name | ||
guardianRelationship | /^[\w*]$/ | Relationship | ||
langHome | /^[\w*]$/ | Home Language | ||
langCorrespondance | /^[\w*]$/ | Correspondance Language | ||
guardianAddress | /^[\w*]$/ | Address | ||
guardianCity | /^[\w]$/ | City | ||
guardianZip | /^[\d5]$/ | Zip | ||
guardianUsState | /^[\w2]$/ | US State | ||
Required Ethnicity (indivudal Y/N columns are needed for students who have multiple ethnicities) | ||||
primaryEthnicity | /^[1,2,3,4,5,6]$/ | 1,2,3,4,5,6 | 1 | Primary Ethnicity 1 for Hispanic 2 for American Indian or Alaska Native 3 for Asian 4 for Black or African American 5 for Native Hawaiian or Other Pacific Islander 6 for White |
hispanic | /^[YN]$/ | Hispanic or Latino Ethnicity | ||
americanIndianOrAlaskaNative | /^[YN]$/ | American Indian or Alaska Native | ||
asian | /^[YN]$/ | Asian | ||
blackOrAfricanAmerican | /^[YN]$/ | Black or African American | ||
nativeHawaiianOrOtherPacificIslander | /^[YN]$/ | Native Hawaiian or Other Pacific Islander | ||
white | /^[YN]$/ | White | ||
Required Demographics | ||||
alternatePortfolio | /^[YN]$/ | Alternate Portfolio | ||
migrant | /^[YN]$/ | Migrant | ||
econ | /^[YN]$/ | Economically Disadvantaged | ||
mealStatus | /^[\w*]$/ | Free, Reduced, Full-price Paid, Direct Certification | Meal Status | |
gifted | /^[YN]$/ | Gifted & Talented | ||
homeless | /^[YN]$/ | Homeless | ||
military | /^[YN]$/ | Military Dependent | ||
foster | /^[YN]$/ | Foster Child | ||
singleParent | /^[YN]$/ | Single Parent | ||
nativeLanguage | /^[EN,ES,AR,KM]$/ | EN,ES,AR,KM | Native Langauge | |
section504 | /^[YN]$/ | Section 504 | ||
iep | /^[\w*]$/ | IEP | ||
ell | /^[YN]$/ | English Language Learner | ||
rael | /^[YN]$/ | Recent Arrived English Learner | ||
raelCode | /^[YN]$/ | Recent Arrived English Learner Code | ||
esi | /^[\w*]$/ | ESI | ||
esiDeterDate | YYYYMMDD | ESI Deter Date | ||
esiDeterDate | YYYYMMDD | ESI Last Evaluation Date | ||
Required ATLAS Tests | ||||
ATLAS_BIOLOGY | /^[YN]$/ | Assess the ATLAS BIOLOGY Summative? | ||
ATLAS_ALGEBRA | /^[YN]$/ | Assess the Algebra Summative? | ||
ATLAS_GEOMETRY | /^[YN]$/ | Assess the GEOMETRY Summative? |