Hello to all, I need some help with csv files, since at the time of uploading users fall into two groups some do not register, I attach the file to see if I can help, it is quite urgent.
Thank you!
Upload Users
Number of replies: 5Re: Upload Users
What is your error message for those who do not upload? (I assume this file is just of test users and not real users?) I tried and it uploaded all of them for me,( but I did not have the courses or groups) Are you saying the groups do not work? And is it correct that some users are only in one group and not two groups?
Re: Upload Users
I am having a similar problem but error message states " Not enough columns, please verify the delimiter setting ". I have tried all the available settings in the CSV file (from Libris Office) but no dice. I am uploading into Moodle 1.9. I have also read all associated threads but still have had no luck. Test file attached.
Hope you can help
John
(Sydney - Australia)
Re: Upload Users
I echo Mary -also, the way I read your file, I am wondering if you understand how it works.
You have users being entered in three different courses, there are groups only in course1 and course2 and they are only being assigned a role in course1.
The numbers after each field reference the course so if you want them in two groups in one course you actually have to repeat the course name under course2 and then use the group as group2.
Re: Upload Users
Thank you very much Emma and Mary, what a great help you give me.
As you can see in the test file, users have roles created a "director", "tutor", "asesor" and others, the only role that belong to only one user group is the role of tutor, the remaining users belong two groups. They must be enrolled and grouped in the groups mentioned in the 3 courses, do you girls could give me an example of the CSV file would finally meeting those conditions?
million thanks!!
Re: Upload Users
So for each entry, you will need something like this:
course1,group1,role1,course2, group2,course3,role3,group3,course4,group4,course5,role5,group5,course6,group6
where your entries would be
mdulo1,1,rector,mdulo1,111,mdulo2,1,rector,mdulo2,111,mdulo3,1,rector,mdulo3,111
Because you have two groups in one course, you have to list each course twice, once for each group. It appears that they only have one role in each course so you only need single entry for the role but you have to apply it to each course. Hopefully this will help you understand! Reply if I have totally confused you!!
Oh, I just put random numbers in to represent groups...