The IEPs dataset provides detailed information about each Individualized Education Program (IEP) record created for students in the district.
This page explains the structure and contents of the iep_<date>_<time>.csv file included in your LiftEd BI Data Export.
This dataset includes all key fields needed to identify each IEP and connect it to the relevant student.
The column order listed here will be left to right in the export.
Filename: iep_<date>_<time>.csv
Column | Data Type | Example Value | Data Definitions |
id | GUID | Eg:5eacc020-55d4-4cb6-bb2a-1234567890ab | LiftEd special number for this IEP record |
student_id | GUID | Eg: cb6d0cf5-885f-4abf-bac0-e1b10e1cbb0f | The student this IEP belongs to |
goal_ids | Array | Eg:, cb6d0cf5-885f-4abf… | Goals linked to this IEP |
iep_start_date | DateTime | Eg: 2024-08-20T14:59:47.811+00:00 | When the IEP starts |
iep_end_date | DateTime | Eg: 2025-02-20T11:03:52.811+00:00 | When the IEP ends |
is_deleted | Boolean | Eg: True or False | Indicates if the record has been soft deleted |
is_deleted | Boolean | Eg: True or False | Indicates if the record has been soft deleted |
Example: iep_20251027_080000.csv
Tip: Click on the image to view it in full size, and click < to go back.

