Posted on 09-06-2021 01:07 PM
Hi,
I have JamF School all set up (all 760 students in their default classes), but now I need to add User Groups (clusters/combined groups) to a batch of students.
So, for example I have these students in their default class:
Username | Groups |
svanbuuren | TTO2A |
tdejong | TTO2A |
gdekker | TTO2A |
mgroen | TTO2A |
And now I need to add the cluster-groups, so I end up with:
Username | Groups |
svanbuuren | TTO2A, Math_4 |
tdejong | TTO2A, Math_4 |
gdekker | TTO2A, NASK_1 |
mgroen | TTO2A, NASK_1 |
What do I need to put in the .csv when importing? Will a .csv with this information suffice?
Username; Groups
svanbuuren; Math_4
tdejong; Math_4
gdekker; NASK_1
mgroen; NASK_1
Or (second idea):
Username; Groups
svanbuuren; TTO2A, Math_4
tdejong; TTO2A, Math_4
gdekker; TTO2A, NASK_1
mgroen; TTO2A, NASK_1
Or do I need to re-upload all the info for all colums FirstName,LastName,Username,Email,Groups,Password again?
What is the minimum information/data the .csv should contain to add these clusters to the column "Groups"?