Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Export Format enables you to define CSV export formats which helps you include certain data when exporting.

...

 The formats are used to customize the display of information in the exported files and do not perform any analysis. 

You can use these formats in different editors to export data. Currently, LiveVox supports

...

export formats from Agent editor, Contact editor, and

...

Call Detail Report

...

Info
iconfalse

Modifying a format that is in use (manually or by automated jobs) affects the appearance of the data in the CSV file. Instead, create a copy of the format to test it before implementation.


Expand
titleCreate Creating a New Export Format
  1. ClickAdd New Formatfrom the bottom menu..
  2. Select or specify values in the following fields:

    FieldDescription
    Editor

    Select the required editor from the

    Editor

    drop-down list. Currently, you have three options;

     

    AgentContact, and Report Map.

     


    Info

    Each format is represented by a unique Format Id once it is created.

    Enter the Name of


    Name

    Specify a name for the format. This

    Name is

    name is used to refer to the export format throughout the configuration manager.

    Description

    Enter the

    Description

    description to provide additional information about the export format.

    Delimiter

    Select the desired field delimiter from the

    Delimiter

    drop-down list.

    Line Break

    Select the line break style from the

    Line Break

    drop-down list.

    Select the
    Sort By Field
    option from the drop-down list. This defines how the results should

    Select how you want the results to be arranged in the export file, from the drop-down list.

    Select the
    Sort Order
    option

    Select either Ascending or Descending from the drop-down list to set the order of the results

    in Ascending or Descending

    .

    Select the
    Add Quotes To

    Select an option from the drop-down list

    . This option allows you

    to specify

    ,

    if no fields, all fields, or only those containing the delimiter

    should

    must be placed in quotes.

    Print Header

    Select the

    Print Header

    checkbox

    ,

    if you

    wish

    want to include a header row in the export file.


  3. Add the mapping to the format. See Add Adding a Mapping section section
  4. Click Save Format to create a new export format.

Additionally, the following fields are available, if you select Report Map in the Editor field: 

Info

Report Map helps you to create Call Detail Report (CDR) formats. CDR formats are used to display customized columns of information on all calls and do not perform any analysis. 


FieldDescription
Highest Priority Only

Select the desired option from the drop-down list. You have the following options:

  • None: The CDR will have a record for each call attempt made for all accounts.
  • By Account Transaction ID (Y): The CDR will display the records with the "best" result across multiple attempts from a single campaign.
  • By Account (A): The CDR will display the records with the "best" result across all campaigns from which we tried to contact the account (the best result is the last attempt that is considered successful).
Filters

Click the ellipsis next to Filters to define filtering options to exclude or include interaction outcomes, groups of outcomes, or results from certain campaign types. The Detailed Result Filter window appears.

  1. To define outcome filtering options, select or specify values in the following fields:
    • Exclude Not Connected: To remove the not connected system outcomes.
    • Exclude Not Made: To remove the not made system outcomes.
    • Exclude Result Type: To remove System, Agent, or neither outcomes.
    • Call Direction: To include only outcomes from an inbound, outbound, or blended service.
    • Campaign Type: To include only outcomes that came from an outbound, callback, inbound, scheduled callback, or manual campaign.
    • Call Type: To include only outcomes that were handled with Preview or a Manual service.
    • Interaction Type: To include only phone calls that were outbound, callback, or an SMS.
  2. In the Detailed Result Filter section, specify a name for the filter in the Filter Name field.
  3. Select a filter type to specify whether to include or exclude the outcome results.
  4. Select the required interaction outcome results from the table by checking the boxes. You can select multiple or all results. 
  5. Click Ok.
Info

The Detailed Results Filter table displays all the interaction outcome results generated by both agent and system for all interaction types. To view the list of Termination Codes mapped to the results, click either Configure > Services > Services Termination Codes tab or Configure > Agents > Termination Codes.




Expand
titleView Viewing an Export Format
  1. Select the required editor from the Editor drop-down list. Currently, you have three options; AgentContact, and Report Map.
  2. Select the required format from the Format drop-down list. All the details about the format and mapped fields in the format, appear.
    1. Format Details
      • Format Id: Shows the unique export format ID
      • Name: Shows the name of the export format
      • Description: Shows the description of the export format
      • Delimiter: Shows the delimiter for export format 
      • Line Break: Shows the line break style
      • Sort By Field: Defines how the results should be arranged in the export file.
      • Sort Order: Sets the sort results in Ascending or Descending.
      • Add Quotes To: Specifies which fields should be placed in quotes
      • Print Header: Indicates whether a header row is included in the export file.
    2. Column Mapping Details
      • ID: The mapping ID
      • Field: The mapped field that which represents a column in your export file.
      • Header: The header name assigned to the column.
      • Date Format: The date format applied to a field if any.
      • Number Format: The number format applied to a field.
      • Time Zone: The time zone which applies to date or time fields.
      • Fixed Width Size: The fixed width size of the field if any.
      • Padding Chars: The number of padding characters if Fixed Width Size is configured.
      • Alignment: The alignment style of the column in the export file.
      • Order: The number which specifies the order of the column in the export file.


Expand
titleDelete Deleting an Export Format
  1. Select the required editor from the Editor drop-down list box. Currently, you have three options; AgentContact, and Report Map.
  2. Select the required format from the Format drop-down list box.
  3. Click Delete Format. A confirmation pop-up window appears.
  4. Click Yes to confirm deleting the format. 


Expand
titleAdd Adding a Mapping
  1. ClickAdd Mapping from the bottom menu. The Add Mapping window opensappears.
  2. Specify all the mapping details. The following options define a mapping: 
    • EntitySelect the required editor from the Entity drop-down list box. For Contact or Agent editors, the entity name appears as Contact and Agent respectively. When configuring Report exports, you can map the following entities:
    • Contact
    • Interaction
    • Transaction
    • Agent
    • Campaign
    • CDR Plugins
    • Call Outcome
    • LiveVox Result
    • Schedule Callback
    • Call Transfer
    • Call Monitor
    • Field: Select the required field from the drop-down list box. This selected field is going to be a column in your export file. 
    • Header: Displays text as Active Agent for Contact and Agent editoreditors, and Account for Contact and Report Map editors. 
    • Hide: Check the box if you need to hide the field.
    • Date Format: Select the date format option depending on the field you are adding. For example, if a date or time DB field is mapped, select a date format from this drop-down list box.  
    • Time Zone: Select a time zone from the drop-down list box (optional).
    • Number Format:  Select the number format option depending on the field you are adding. For Example, if a phone DB field is mapped, set the number format from this drop-down list box.
    • Fixed Width SizeIf the column has fixed width instead of delimited, the following fields are required:
      1. Fixed Width Size
      2. Padding Chars
      3. Alignment
  3. Click Ok to add the mapping.


Expand
titleEdit Modifying a Mapping
  1. Select the required editor from the Editor drop-down list box. Currently, you have three options; AgentContact, and Report Map.
  2. Select the required format from the Format drop-down list box.
  3. Double-click on the mapped row which you want to update. The Mapping Detail window opens.
  4. Update all required fields. For detailed information on mapping fields, refer to Add Adding a Mapping section.
  5. Click Ok to update the mapping.
  6. Click Save Format to update the export format.


Expand
titleDelete Deleting a Mapping
  1. Select the required editor from the Editor drop-down list box. Currently, you have three options; AgentContact, and Report Map.
  2. Select the required format from the Format drop-down list box.
  3. Select the mapped field row which you want to delete from the export format.
  4. Click Save Format to update the export format.

...