Diferencia entre revisiones de «Archivo plano»

De MoodleDocs
m (tidy up)
m (tidy up)
Línea 1: Línea 1:
{{Pendiente de traducir}}
{{Pendiente de traducir}}
{{Inscripciones}}
{{Inscripciones}}
Vea [https://docs.moodle.org/24/en/Flat_file https://docs.moodle.org/24/en/Flat_file]


Location: Flat file edit settings link in ''Site administration > Plugins > Enrolments > Manage enrol plugins''
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.
[[Image:EnrolSettngsFlatFile 2.0.png]]
You should specify an absolute path for the upload file (eg /var/moodledata/enrolments.txt) where it 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.
==See also==
*[[Upload users]]
*[[Bulk user actions]] how to download site user information (including userIDs)
Using Moodle forum discussions:
*[http://moodle.org/mod/forum/discuss.php?d=144997 Flat file enrolments - how is this typically used by organisations?]
[[fr:Inscription par fichier plat]]
[[de:Einschreibung über CSV-Datei]]
[[en:Flat file]]
[[en:Flat file]]

Revisión del 01:43 3 nov 2013

Nota: Pendiente de Traducir. ¡Anímese a traducir esta página!.     ( y otras páginas pendientes)


Location: Flat file edit settings link in Site administration > Plugins > Enrolments > Manage enrol plugins


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.

EnrolSettngsFlatFile 2.0.png

You should specify an absolute path for the upload file (eg /var/moodledata/enrolments.txt) where it 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.

See also

Using Moodle forum discussions: