Warningnote |
---|
This documentation applies to version |
Info |
---|
This process allows you to import/update many cardholders from a CSV file. Before starting this process, you should create a CSV file (presumably by exporting from Banner, PeopleSoft, etc). Here's an example CSV file. |
On the CloudCard Admin homepage, click on the "People" button, which takes you to the Person Search page.
...
On the Person Search page, click on "Bulk Import" at the top.
...
Click on the large button in the center of the screen, and select a CSV file from your computer.
...
Sample CSV file:
Code Block |
---|
email,id
tsmith@foo.edu,L1234
ajones@foo.edu,L2345
mwilson@foo.edu,L3456
njackson@foo.edu,L4567 |
...
Allowed fields
email
: The cardholder's email addressidentifier
: The cardholders ID Number in your systemcardholderGroupName
: (optional) the cardholder group that defines which email communication this cardholder will receive. Must exactly match the name of the desired cardholder group.supportingDocumentsRequired
: (optional) determines if this cardholder is required to submit supporting documents (i.e. driver's license)- Options:
true
orfalse
- Default:
true
- Options:
managerEmail
: (optional) the manager who is allowed to approve or deny this cardholder's photo. If no manager exists with that email address, the manager will be created.sendInvitation
: (optional) determines if the cardholder should be sent the Welcome Email.- Options:
true
orfalse
- Default:
true
- Options:
action
: (optional) determine what action should be taken for this cardholder- Options:
CREATE
orCREATE_OR_UPDATE
- Default: user specified
- Options:
(See CSV Format)
Select the cardholders to who the Welcome Email should be sent
...
Select the default action to execute for all rows that do not specify an action
...
Select
Yes
for "Has header row" if the CSV file has a header row, i.e. the "email,id"
row in the first line of the above example. Otherwise, selectNo
. A header row is not required.The Advanced options should only be used in very specific use cases. Contact Support if you have questions.
Select the "Field" for each column of data. If the CSV has a header row, the application will attempt to map the fields for you; if so, make sure all mappings are correct.
Click the import button.
A status page will appear that will display the result of the bulk import.