Logout in: 0 min and 0 sec

Private Schools - Upload File Specification

Overview

The Private School 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.

You can immediately upload this file. It contains two sample students. The file will pass validity checks and upload successfully. Because it only contains sample students it will be marked as "Ignore" and will not be processed into the TIDE portal.

Private School CSV File Format
HeaderBusiness Rule / RegexAcceptable ValuesExampleDescription
Required for Arkansas State-ID Assignment
schoollea/^[0-9]{7}$/Valid LEA number9099001Official Arkansas Private School LEA
first/\w*/RequiredStudent first name
middle/\w*/RequiredStudent middle name
last/\w*/RequiredStudent last name
dobYYYYMMDDValid date20240401Student Date of Birth
ssn/^\d{9}$/Valid SSN123456789Student SSN
grade/^\d{1,2}$/3,4,5,6,7,8,9,10,11,129 or 09Student grade
gender/^[MF]$/M,FMStudent gender
email/\w*/student@privateschool.comStudent email address
localid/\w*/Local-IDID used locally by Private School
stateid/^[TZS1-9]\d{8}[1-9]$/Arkansas State-ID123456789Official Arkansas Student State-ID (if known)
Address (Required)
address/^[\w*]$/Street address1515 Ocean AvenueAddress
city/^[\w]$/City nameInvernessCity
zip/^[\d{5}]$/Zipcode12345Zip
usState/^[\w{2}]$/Two letter abbreviationFLUS State
Guardian (Optional)
guardianFirst/^[\w*]$/Guardian's First Name
guardianLast/^[\w*]$/Guardian's Last Name
guardianRelationship/^[\w*]$/One, or two, word descriptionGuardian,Mother,Father,Foster Parent,Other, etc.Relationship to student
langHome/^[\w{2}]$/ISO 639-1 Two letter language codeEN,ES,FR,etc.Home Language
langCorrespondence/^[\w{2}]$/ISO 639-1 Two letter language codeEN,ES,FR,etc.Correspondence Language
guardianAddress/^[\w*]$/Street address1515 Ocean AvenueAddress
guardianCity/^[\w]$/City nameInvernessCity
guardianZip/^[\d{5}]$/Zipcode12345Zip
guardianUsState/^[\w{2}]$/Two letter abbreviationFLUS State
Required Ethnicity (individual Y/N columns are needed for students who have multiple ethnicities)
primaryEthnicity/^[1,2,3,4,5,6]$/1,2,3,4,5,61
Primary Ethnicity
1 - Hispanic
2 - American Indian or Alaska Native
3 - Asian
4 - Black or African American
5 - Native Hawaiian or Other Pacific Islander
6 - White
hispanic/^[YN01]$/Y,N,1,0YHispanic or Latino Ethnicity
americanIndianOrAlaskaNative/^[YN01]$/Y,N,1,0YAmerican Indian or Alaska Native
asian/^[YN01]$/Y,N,1,0YAsian
blackOrAfricanAmerican/^[YN01]$/Y,N,1,0YBlack or African American
nativeHawaiianOrOtherPacificIslander/^[YN01]$/Y,N,1,0YNative Hawaiian or Other Pacific Islander
white/^[YN01]$/Y,N,1,0YWhite
Required Demographics
alternatePortfolio/^[YN01]$/Y,N,1,0YAlternate Portfolio
migrant/^[YN01]$/Y,N,1,0YMigrant
econ/^[YN01]$/Y,N,1,0YEconomically Disadvantaged
mealStatus/^[\w*]$/Empty, or StatusReduced
Meal Status
[blank] - none
Free
Reduced
Full-price Paid
Direct Certification
gifted/^[YN01]$/Y,N,1,0YGifted & Talented
homeless/^[YN01]$/Y,N,1,0YHomeless
military/^[YN01]$/Y,N,1,0YMilitary Dependent
foster/^[YN01]$/Y,N,1,0YFoster Child
singleParent/^[YN01]$/Y,N,1,0YSingle Parent
nativeLanguage/^[\w{2}]$/ISO 639-1 Two letter language codeEN,ES,FR,etc.Native Langauge
section504/^[YN01]$/Y,N,1,0YSection 504
iep/^[\w*]$/Y,N,1,0YIEP
ell/^[YN01]$/Y,N,1,0YEnglish Language Learner
rael/^[YN01]$/Y,N,1,0YRecent Arrived English Learner
raelCode/^[.*]$/OptionalOptionalRecent Arrived English Learner Code
esi/^[\w*]$/IDEA Disability CategorySLD,SI,OHI,AU,ID,MD,etc.ESI Accommodation
esiDeterDateYYYYMMDDYearMonthDay20240801ESI Deter Date
esiDeterDateYYYYMMDDYearMonthDay20240801ESI Last Evaluation Date
Required ATLAS Tests
ATLAS_BIOLOGY/^[YN01]$/Y,N,1,0YAssess the ATLAS BIOLOGY Summative?
ATLAS_ALGEBRA/^[YN01]$/Y,N,1,0YAssess the Algebra Summative?
ATLAS_GEOMETRY/^[YN01]$/Y,N,1,0YAssess the GEOMETRY Summative?