Beiträge von Howard Miller

Nutzerbild von Core developers Nutzerbild von Documentation writers Nutzerbild von Particularly helpful Moodlers Nutzerbild von Peer reviewers Nutzerbild von Plugin developers
Again - you posted a file that looks like real data so I have delete it.

However, all lines had both a trailing comma and quotes around the whole line. It also had spaces in "first name" and "last name" (check the docs for the csv format). Won't work. E.g. the header looked like this...

"username,first name,last name,email,password,"

It should look like...

username,firstname,lastname,email,password
Nutzerbild von Core developers Nutzerbild von Documentation writers Nutzerbild von Particularly helpful Moodlers Nutzerbild von Peer reviewers Nutzerbild von Plugin developers
Have a look at the file in a text editor and make sure the formatting is really correct - no weird characters, trailing commas and so on.

But, as Mary says, give us a minimum *anonymous* file that exhibits the problem and we'll check it out.