Jump to: navigation, search

CSV File

GAX uses comma-separated value (CSV) files for the import\export of bulk updates to Agents. This section describes the format of the CSV file and provides some examples.

File Format

Important
Although they might look similar, the CSV file in the Agents module and the CSV file in Configuration Manager are not compatible. Do not use them interchangeably.

The source file is a text file in a comma-separated (CSV) format.

In the source file each line represents a single user or agent. The same user or agent can appear in the source file only once. The unique identifier of the user in the scope of the source file is the Username field.

The columns of the file are the properties of a user or an agent. The first row in the file has column names to identify the fields. The order of the columns is not important. A comma is inserted after each column header or value, or if the column does not have a value, immediately after the previous comma. Any non-mandatory column can be omitted from the source file, depending on user preference and/or the purpose of the file.

The source file contains the following properties for each user/agent:

[+] Show properties

Example

The following data is to be uploaded to GAX to create three Agents:

[+] Show data

The contents of the CSV file for this data looks like this:

ADD,Sarah,Lee,223344,sarahl@acme.com,N,,,,,,,Y,Acme/Branch/Team 1
ADD,John,Doyle,223465,johnd@acme.com,Y,,2233,1,Y,N,Y,,Acme/Branch/Team 2
ADD,Robert,Cook,244456,bobc@acme.com,Y,,2356,5,Y,,Y,,Acme/Branch/Team 3
This page was last edited on July 21, 2017, at 14:44.
Comments or questions about this documentation? Contact us for support!