public class ProfileConverter extends Object
| Constructor and Description |
|---|
ProfileConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
convertProfileImages()
Convert profile images
|
void |
importProfileImages()
This imports URL profile images into upload profile images.
|
void |
importProfiles(String path)
Import profiles from the given CSV file
The CSV file may contain any of the following headings, in any order:
eid
nickname
position
department
school
room
web site
work phone
home phone
mobile phone
fax
books
tv
movies
quotes
summary
course
subjects
staff profile
uni profile url
academic profile url
publications
official image url
Column headings must match EXACTLY the list above.
|
void |
init() |
public void init()
public void convertProfileImages()
public void importProfileImages()
public void importProfiles(String path)
The CSV file may contain any of the following headings, in any order:
Column headings must match EXACTLY the list above. They do not need to be in the same order, or even all present.
Fields must be comma separated and each field surrounded with double quotes. There must be no spaces between fields.
Only users that do not currently have a profile will be imported.
path - path to CSV file on the serverCopyright © 2008–2017 The Sakai Foundation. All rights reserved.