D2L Standard CSV file formats
-
D2L Standard CSV file formats
The file formats accepted by D2L Standard CSV are: * Orgs * Users * Enrollments * Manifest (required when using version 1.1 or higher of D2L Standard CSV) * Manager Dashboard and Learning Groups Attributes Files are uploaded to a zip archive, using the following recommended naming convention: *…
-
Users
The following lists 5 rows of sample content for a user (along with the required header line). The file consists of 13 mandatory columns, each must be populated with a valid value or left empty depending on the file format.…
-
D2L Standard CSV file relationships
The following file matrix image shows how each D2L Standard CSV column maps from one CSV file to the next. The codes in identical color-coded cells should match to create a successful link from one action to the next. For example, in the Department CSV file, the UPDATE action for code: testdepartment should map to the…
-
Users (Version 2.1 – including Sort Last Name)
The following lists 5 rows of sample content for a user (along with the required header line). The file consists of 14 mandatory columns, each must be populated with a valid value or left empty depending on the file format.…
-
Manager Dashboard and Learning Groups Attributes
The following lists 3 rows of sample content for an Attributes file (along with the required header line). The file consists of 13 columns, each of which must be populated with a valid value or left empty depending on the file format. LMS Username,Company Employee Id,Company Name,Department,Division,Employee Role,Hired…
-
Enrollments
The following lists 5 rows of sample content for an enrollment (along with the required header line). The file consists of 5 mandatory columns, each must be populated with a valid value or left empty depending on the file format. type,action,child_code,role_name,parent_code enrollment,UPDATE,sstudent1,Student,sec101…
-
Manifest
A manifest is required for D2L Standard CSV. The manifest is a JSON file that announces the version of D2L Standard CSV you are using, the version in the JSON files should match the version of IPSIS that your CSV outputs are currently aligned to. Below is the expected data structure to be included in the JSON file, using…