CSV Users' import
In the Ermetix Admin menu, go to Management, Users and click on the Import button selecting the type of import you want to make (users or associations). By clicking on the info icon, you can download an example of a CSV file.
Format for CSV are:
[edu]
- Students
Column headers: first_name, last_name, email, [password] , [class], [serial] , [username]
Example: Anna, Appleseed, a.appleseed@example.com, applepie, 1A, SNOXXOXXXXOO, - Teachers
Column headers: first_name, last_name, email, [password] , [subject], [serial], [username]
Example: Anna, Appleseed, e.appleseed@example.com, applepie, Mathematics, SNOXXOXXXXOO,
[/edu]
- Operator or Standard user
Column headers: first_name , last_name , email , [password] , [serial] , [username], [tag]
Example: Ed, Appleseed, f.appleseed@example.com, applepie, SNOXXOXXXXOO,,"sales,building x"
[noEdu]
- Associations
Column headers: user, serial
Example: a.appleseed@example.com, SNOXXOXXXXOO
[/noEdu]
[edu]
- Associations
Column headers: user, [serial], [class]
Example: a.appleseed@example.com, SNOXXOXXXXOO, 1B
Admins can import more classes to a single user.
[/edu]