Uploading Users

To load or update users in PropReports, a comma-separated values (CSV) file can be used. Please follow RFC 418 guidelines when creating CSV files. Notably, if you will have field values with commas, the field value must be in quotes.

Sample Data

If creating by hand, you can use a text editor or Excel (must save as csv before uploading). For PropReports to recognize the file format, the column heading names must be exact

Email,Userid,Action,First,Last,Password
test@abc.com,johnsmith,C,John,Smith,AjsaOp3*
bob@gmail.com,bobjones,C,Bob,Jones,saAsp](

Fields

Name

Mandatory?

Format

Sample

Available in Version

Description

Email

See Description

CHAR(96)

john.smith@gmail.com
AllEmail address for the user. It must be unique – there cannot be more than one user with the same non-blank e-mail address. An email and/or userid parameter must be specified when adding or updating a user.

Userid

See Description

CHAR(96)

johnsmith

AllThe User Id can be used in place of an e-mail address to log into PropReports. Must be unique – there cannot be more than one user with the same non-blank User Id. An email and/or userid parameter must be specified when adding or updating a user.
Columns below are optional and can be in any order. However, at least one additional column must be present in order for the file to be recognized.
ActionNoCHAR(1)
U
All

If a user is to be created, this value should be a C. To update an existing user, specify a U. If omitted, an update (U) is assumed and an error issued if the user does not exist. 

BranchNoCHAR(16)
DEMO3
AllUser's branch name. If not specified, will default to the main branch for the instance.
IndividualNoCHAR(1)
Y
AllIs this user an individual (Y) or a company (N). 
SalutationNoCHAR(2)
MR
AllFor individual users: mr, ms, dr, or blank (default). 
FirstNoCHAR(64)
John
AllFirst name (individual users).
LastNoCHAR(64)
Smith
AllLast name (individual users).
GenderNoCHAR(1)MAllOne of three options: Male - M, Female - F, or Other/Unspecified (Blank).
TitleNoCHAR(128)
President
AllTitle of position (individual users).
CompanyNoCHAR(128)
Trading, Inc. 
AllFor individual users, this is the company this person is affiliated with. For company users, this is the name of the company itself.
Street OneNoCHAR(128)
50 Wall Street
All
Street TwoNoCHAR(128)
Suite 15
All
CityNoCHAR(64)
New York
All
StateNoCHAR(2)
NY
AllA two character state/region/province code for addresses in the US and Canada only.
Postal CodeNoCHAR(10)
10069
All
Country CodeNoCHAR(2)
US
AllMust be a two character (ISO 3166-1 alpha 2) code or left blank.
Secondary EmailNoCHAR(96)john.smith@gmail.com1.13.23+
Evening PhoneNoCHAR(25)
212-555-5555
All
Day PhoneNoCHAR(25)
212-555-5555
All
Mobile PhoneNoCHAR(25)
212-555-5555
All
FaxNoCHAR(25)
212-555-5555
All
Birth/Incorporation DateNoDATE
2004-06-15
All
Tax IdNoCHAR(25)
11-1111111
All
NoteNoCHAR(65535)My NoteAllThis will cause a new note to be associated with the user. Multiple lines can be specified following the CSV file format rules (field must start with a " and end in a ").
TypeNoCHAR(1)
U
AllU for regular user (default), M for manager and X for disabled.
Compliance Message NameNoCHAR(32)
My Message
AllIf a user account is being disabled, the name of the compliance message to display can be specified. Compliance messages are configured under Communication / Compliance Messages. 
PasswordNoCHAR(25)
aY*0(y^%bp
AllIf the password is blank, the user will not be able to log into PropReports. If set, they will be prompted to change the password on first log in.
Add AccountsNoCHAR(128)
ACCOUNT1
AllThis grants the user permission to view the account. To specify multiple accounts, separate values by a pipe (|). 
Remove AccountsNoCHAR(128)
ACCOUNT2
AllThis revokes the user's permission to view the account. To specify multiple accounts, separate values by a pipe (|). Note: if a user is a manager, they may still be able to view the account if they have permission to view any group containing the account.

Examples of Uploading Notes

Example 1: Uploading a note that is a single line

Email,Action,Note
test123@gmail.com,U,My note entered here

Example 2: Uploading a note that has multiple lines.  

  • If formatting in a text editor - requires use of double quotes.  Each line within the double quotes would be inserted as a separate line.
  • If formatting within Excel - can use ALT + Enter to insert each new line of a multi-line note.  (See further instructions here.)
Email,Action,Note
test123@gmail.com,U,"My
note
entered
here"


Enabling the Upload

Before uploading for the first time, you must to make sure the Generic data source is enabled.

 Step 1: Navigate to the Upload / Sources page.

Step 2: If the Generic source is in the Disabled Sources list, click Enable next to it to update the configuration.

Uploading the File

To load the file into PropReports, please follow these instructions.  Load the file as a "User file".