Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

error/moodle/csvloaderror: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(Some of things that can be incorrect in a csv upload)
 
Cap resum de modificació
 
(3 revisions intermèdies per 3 usuaris que no es mostren)
Línia 1: Línia 1:
Unfortunately the module which load the csv data doesn't explain what's wrong.
Unfortunately the module which loads the csv data doesn't explain what is wrong.


#Check
#Check
Línia 5: Línia 5:
## There should not be quotes (i.e. ")
## There should not be quotes (i.e. ")
## There should not be a trailing comma (i.e. ,)
## There should not be a trailing comma (i.e. ,)
## When uploading custom profile field names, make sure that the short name is in lowercase
While you're here, contrary to popular belief, usernames must be in lowercase in the file to be uploaded.
for more, see https://docs.moodle.org/24/en/admin/tool/uploaduser/index

Revisió de 21:01, 27 març 2012

Unfortunately the module which loads the csv data doesn't explain what is wrong.

  1. Check
    1. First line must contain column headings SPELLED correctly
    2. There should not be quotes (i.e. ")
    3. There should not be a trailing comma (i.e. ,)
    4. When uploading custom profile field names, make sure that the short name is in lowercase

While you're here, contrary to popular belief, usernames must be in lowercase in the file to be uploaded.

for more, see https://docs.moodle.org/24/en/admin/tool/uploaduser/index