A quick explanation of the different columns expected in the enrollments.csv tab.
| Column Field Header | Required | Format | Description |
|---|---|---|---|
| sourcedId | Yes | GUID | Unique identifier of this enrollment. |
| status | Yes for Delta | Enumeration | See section 4.13.8 (OneRoster, 20a) for the enumeration list. This must NOT be used for Bulk mode. |
| dateLastModified | Yes for Delta | DateTime | The date that this record was last modified. This must NOT be used for Bulk mode. |
| classSourcedId | Yes | GUID Reference | SourcedId of the Class. |
| schoolSourcedId | Yes | GUID Reference | SourcedId of an Org with type 'school'. |
| userSourcedId | Yes | GUID Reference | SourcedId of the User. |
| primary | No | Enumeration | Permitted values: { "true" or "false" } |
| beginDate | No | Date | The start date for the enrollment. This date must align with the associated academic session (term) identified for this class. |
| endDate | No | Date | The end date for the enrollment (exclusive). This date must align with the associated academic session (term) identified for this class. |