Bulk Upload Folders Template

This table shows the columns required when bulk loading Folders.

Columns that are common to many resources are described in Global Bulk Upload Columns.

Folders do not use the EnterpriseName, EffectiveTo or EffectiveFrom global columns.

Column Name

Data Type

Required

Description

Security

CSS Styled List

No

Allows you to set security on the folder you upload. See below for an example of the syntax for this field.

Security Field Example

DOS-styled syntax example:

<USERNAME>:<ROLENAME>;<USERNAME>:<ROLENAME>[:<MULTIPLEROLENAMES>]

This is an example of what can be put into the Security field in the agent CSV file:

  • A single user with a single role

    • Administrator:Advanced Users

  • A single user with more than one role

    • Administrator:Advanced Users:Supervisors

  • Multiple users

    • Administrator:Advanced Users:Supervisors;User1:Basic Users

Users are separated by semicolons. Users are separated from roles by colons. This is similar to CSS syntax except that a user can have multiple roles.

Group permissions on a folder cannot be set during bulk upload.

Related Information