If a calling list is available as a .csv or other delimited flat file, it can be imported into the Softdial Campaign Manager™ web client.
For guidance on creating a list, see Creating a Calling List.
A given list does not belong to a specific campaign; lists and campaigns are separate entities that are linked together in the campaign's settings.
The displayed fields are used as described below.
Field | Description |
---|---|
File to import | Select your prepared list file. For more details, see Creating a Calling List |
Data source name (DSN) | Enter the data source name (DSN). If you are unsure of the data source name, it can be found in the Database Input tab/ page of the Campaign Properties Editor. |
Data source user | Enter your username for the data source |
Data source password | Enter your password for the data source. |
Table name | Enter a name for the list. This is the table name that will later appear in Softdial Campaign Manager™.
|
Key column | Enter the column name for the key column |
Field separator | Enter the file delimiter. A comma is the default value, which is the default delimiter for a .CSV formatted file. |
Phone number columns | Enter the column number(s) of the column(s) that contain telephone numbers. Column numbers start at 0 and should be separated by a comma. Example
in this field, you would enter 3,4 to select the HomePhone and MobilePhone columns (starting at 0, not 1). Telephone numbers are checked for correct formating and that they do not contain any non-numeric characters. Columns defined here are also used to attach prefixes to the contents if the Attach prefixes to phone numbers checkbox is selected (From V10.6 only). |
The list of prefixes to be used is defined in the Config.xml file within the ListImport folder (e.g. C:\<root>\ListImport) with the following format:
<Prefixes>
<Prefix PhoneNumberLength="4" PrefixToAttach="1212343"/>
<Prefix PhoneNumberLength="7" PrefixToAttach="1212"/>
<Prefix PhoneNumberLength="10" PrefixToAttach="1"/>
</Prefixes>
Prefixes are added to the columns specified in the Phone number columns field. See table above.
It is not possible to modify an existing table (i.e. one that already exists in the database), using List Import but occasionally you may need to create a table using a list which contains additional (non-standard) columns.
To add user defined columns to a table:
The new columns will be included in the table.
From V10.6.366 - it is possible to set the data type for the Unique Key Column. Prior to this, this column's data type defaulted to Int.
When importing a file with local characters, check the following:
<!--<DefaultColumnDataType>nvarchar(80)</DefaultColumnDataType>-->