Create CSV file
Title
Question
What are the steps that need to the followed to create a CSV file?
Moodle-Learning-Management-System Users-in-Moodle 06-07 min 20-30 sec
Answers:
Valid upload file for testing
From Site administration / Users / Upload users, an example text (example.csv) file is available. It can be downloaded and adapted to your needs. It includes:
username,firstname,lastname,email
student1,Student,One,s1@example.com
student2,Student,Two,s2@example.com
student3,Student,Three,s3@example.com
Additional fields can be added as below. The course and cohort must already have been manually created.
username,firstname,lastname,email,course1,group1,cohort1
student1,Student,One,s1@example.com,math102,groupA,cohortZ
student2,Student,Two,s2@example.com,math102,groupB,cohort Y
student3,Student,Three,s3@example.com,math102,groupA,cohortZ
Link to the answer: https://docs.moodle.org/403/en/Upload_users#File_formats_for_upload_users_file
Also help doc for the same: https://spoken-tutorial.org/media/videos/97/1106/resources/Users-in-Moodle-Additionalmaterial.pdf
Login to add comment