Before you begin, for a reminder on the file structure notes and automating subsequent exports, check out Build Data Export Files
Build the GPA files by following the format indicated below.
TestScore_GPA(.txt or.csv)
This file contains the GPA scores.
Column Name | Type | Description |
---|---|---|
Student ID | char(15) | The unique student ID for the student. |
Academic year | cahr(15) | Academic year when the test was taken. Valid format is YYYY/YY |
GPA | Numeric | GPA score. Valid values are between 0 and 4.0 |
Weighted GPA (optional) | Numeric | Weighted GPA score is optional. Valid values are between 0 and 5.0 |
Class rank (optional) | Numeric | Class rank score is optional. |
Example:
Student ID|Academic year|GPA|Weighted GPA|Class rank
123456789|2022/22|3.8|4.8