Jump to: navigation, search

Specification Files

An input specification file is an optional, but useful, mechanism for creating contact lists from existing customer data, whether it's fixed-length data, comma-separated data, or tab-delimited data.

The input specification file is set up to identify the location of the fields in your data that are needed to populate your contact list. For example, if the First Name field starts at the seventh position in your data format, that information is included in the input specification file. Using the specification file, you can selectively extract some of the fields from your data while ignoring the ones not needed for the contact list.

When you import your contact data into the contact list, you can select the input specification file that maps your data into the appropriate contact list fields.

Once defined, import the input specification into your account, either by itself or at the same time the contact data is imported. Once the file exists in your account it is available for use when importing additional contact data.

Character Sets

The character set to be used during import and export of data (such as in lists and reports) is defined per account or enterprise and defaults to ISO 8859-1 (ISO Latin 1). The system supports the default, ISO 8859-1, as well as UTF-8 and Windows-1252. To use a character set other than the default, your system administrator must request the change. If made at the Enterprise level, all newly created accounts within the enterprise will inherit the updated character set.

When uploading data, it is important to use the correct character set, especially if your data contains non-ASCII characters. Using an incorrect character set may cause some characters, such as accented characters, to appear as other characters.

Types of Specification Files

There are two types of specification files:

  • Input specification files—Use input specification files to tell the system how your contact list data is structured. For example, if you export contact data from an existing database to a comma-, tab-, or pipe-delimited file, you can use an input specification file to tell the system which fields to extract from the data, and where those fields are located in each line of data.
  • Output specification files—Use output specification files to tell the system how to custom-format data in various reports that are generated from individual accounts. You can use different output specification files for different reports, including:
    • Contact Center Detail reports
    • Dialer Detail reports
    • Campaign Detail reports
    • Account Contact Center Detail reports

Creating Specification Files

Your specification file can pull in full fields of data. Here's an example of two Engage fields being populated. Note the tab delimiter is a literal tab. If you want to work with comma-separated data, put a comma between the single quotation marks.

# Set the field separator to a tab
Option: CSVFieldSeparator '  '

# Pull ClientID field from the 1st field
ClientID:s/<CSV>/$(1)/

# Put the contents of field 27 and 29 separated by a comma into the Other1 field
Other1:s/<CSV>/$(27),$(29)/

Once you save the specification file as an .spc file, you can then import it in to Engage.

Important
You can use regular expression for more complex scenarios - for example, to handle the pre-processing of data or to pull in only certain fields for certain records. If you do opt for this method, Genesys recommends you contact your account representative for details and guidance.

Importing Specification Files

Once you have the files you need, use the following steps to import them into the enterprise account:

On the Lists or Reports tabbed page, select Specification Files. The specification files list appears. Initially, this list is empty. After importing the files, they appear on the Specification File list.

To import a new specification file:

  1. Click New. The Add File page appears.
  2. Select the type of file you are importing. For input specification files, always select Input. The other file types are all output specification file types for various reports and include the following:
    • AccountCallCenterDetail: - For custom formatting of Account Contact Center Detail reports.
    • CallCenter: - For custom formatting of campaign or sub-campaign Contact Center Detail reports.
    • CampaignReport: - For custom formatting of campaign or sub-campaign All Attempts, All Contacts, or Best Contact Detail reports.
    • DialerReport: - For custom formatting of campaign or sub-campaign Dialer Detail reports.
    • Input: - For extracting data from your contact information. You use these files when importing new contact lists.
  3. Click Browse to locate the file on your PC or network.
  4. Select the appropriate file. Input specification files must be text files with an SPC extension. Output specification files must be Excel files with an XLS extension.
  5. Click Import Specification.
This page was last edited on August 30, 2019, at 20:55.
Comments or questions about this documentation? Contact us for support!