Note: You are currently viewing documentation for Moodle 2.2. Up-to-date documentation for the latest stable version is available here: error/moodle/csvloaderror.

error/moodle/csvloaderror: Difference between revisions

From MoodleDocs
mNo edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 5: Line 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.
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/22/en/admin/tool/uploaduser/index

Latest revision as of 21:01, 27 March 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/22/en/admin/tool/uploaduser/index