![]() ![]() |
||||
How to Import Users (ConfTool Pro)Every conference has persons with special tasks, like conference chairs or reviewers. Some of these users need special rights in the ConfTool system, therefore they need an account with the according role / status. If these users registered themselves, administrative users can change the role of these persons (select "edit" from the list of users). However, for an organizer it is often advisable to create the required user accounts and not to wait for the persons to register themselves. You have several options to create new users in the ConfTool system. Any user with administrative rights can always create new user accounts "manually": Select "User and Participant Management" from the overview page and then "Create New User Account". Here you can also set the status / role of the new user and send him an automatically generated e-mail with his registration details. If you already have a list of users, e.g. with your reviewers or PC members, you can also use the import function of ConfTool Pro. This file has to be in CSV format (Comma Separated Values). You find example files below. To create a CSV file you can use (almost) any spreadsheet program like Microsoft Excel or OpenOffice Calc. Usually you find this function in the menu "File" => "Save As..." and select "Text CSV" (or similar) as file type. The user import function of ConfTool Pro is a four-step process:
Please note that user names and passwords can be created automatically during the import process. Example Import FilesExcel Note: Pre-Processing your Import FileIf your import file has first name and family name in one field / column, you have to split this field into two fields first. With Excel this can be done using some simple string functions: If the full name is in field "A2", please create two new empty columns right of the first column (B and C). The first name can be calculated by using "=LEFT(A2;FIND(" ";A2;1) -1)" The surname can be calculated by using "=RIGHT(A2;LEN(A2)-FIND(" ";A2))"
|
||||