Flat file: Difference between revisions
Helen Foster (talk | contribs) (location edit) |
m (update image for 2.0/) |
||
Line 8: | Line 8: | ||
[[Image:Enrolment Flat file options.png|thumb|center|Options for flat file enrolment]] | [[Image:Enrolment Flat file options.png|thumb|center|Options for flat file enrolment]] | ||
Version 2.0 | |||
You can choose to have | [[Image:EnrolSettngsFlatFile 2.0.png]] | ||
The default name and location of the file is ''.../moodledata/1/enrolments.txt''. | |||
:If you do specify a file path, it should be absolute (eg /var/moodledata/enrolments.txt) and can be read and modified by the webserver process. | |||
You can choose to have an email sent to notify the Administrator, Teachers and/or students when the file has been processed. | |||
==Flat file structure== | ==Flat file structure== |
Revision as of 17:53, 29 November 2010
Location: Flat file edit settings link in Site administration > Plugins > Enrolments > Manage enrol plugins in 2.0 onwards or Administration > Courses > Enrolments pre-2.0
A flat file allows bulk enrolment management (enrol or unenrol) of existing users in existing course. The file is read one time by Moodle then erased. The file is located in the moodle file structure as a text file and Cron provides the timing when it is read.
Options
The site administrator should edit the settings for a flat file if it is enabled.
Version 2.0
File:EnrolSettngsFlatFile 2.0.png
The default name and location of the file is .../moodledata/1/enrolments.txt.
- If you do specify a file path, it should be absolute (eg /var/moodledata/enrolments.txt) and can be read and modified by the webserver process.
You can choose to have an email sent to notify the Administrator, Teachers and/or students when the file has been processed.
Flat file structure
The file should be structured with the action, role, user id, and course ID number. Optionally a start time and end time can be added as additional fields.
The edit field link will give details on how to format the flat file on the Administration > Courses > Enrolments page.
See also
- Upload users
- Bulk user actions how to download site user information (including userIDs)
Using Moodle forum discussions: