Values

Fields and values for standard and custom metadata for individual transcripts can be viewed in four places:

  • Search results in the dashboard icon Dashboard Files View.

  • CSV reports created using the dashboard icon Dashboard Files View.

  • A transcript's File Details page.

  • A transcript's JSON output.

Note: NaN ("not a number"), +Infinity, and -Infinity values for custom metadata fields are stored as strings. Negative infinity values begin with a hyphen (-).

On the File Details page, hyphens are displayed as hash symbols (#), so -Infinity values appear as #Infinity.

Search results

  1. Navigate to the dashboard icon Dashboard and select the folder whose metadata you want to view from the breadcrumb menu shown in the following example: folder breadcrumb menu
  2. Use the Term dropdown to select the metadata field for the search, and enter the field values to search for in the textbox. Custom metadata field names appear at the end of the Term list, as with the agentpk and ani entries in the following example: search term dropdown
  3. Files that contain metadata fields and values matching the search display with the metadata field and value listed at the bottom of each search result entry, as with the field0 entries in the following example: metadata values in search results

CSV reports

  1. Navigate to the dashboard icon Dashboard and select the folder whose metadata you want to view from the breadcrumb menu shown in the following example: folder breadcrumb menu
  2. Use the Show/hide columns dropdown in the Files View to enable the metadata fields to display. The dropdown shows all standard and custom metadata fields for the selected folders, as shown in the following example:search results with column selector
  3. Columns for each enabled field appear in search results and in CSV report exports. To export results for the files shown, click download icon Export (CSV).
  4. The Download Export CSV dialog appears, as shown in the following example:export csv dialog
  5. Verify the enabled metadata fields and alter them as needed, select the file range to be included in the report, and click Generate export.

File Details page

  1. Navigate to the File Details page of a transcript whose metadata you want to view.
  2. The File Details page lists all file metadata, with custom fields at the end of the list, as with the agentpk and ani fields in the following example: file details metadata

JSON transcript

  1. Navigate to the File Details page of a transcript whose metadata you want to view.
  2. Click the JSON link to download a JSON version of the transcript.
  3. Custom metadata will appear in the client_data section of the JSON transcript. It will resemble the following example:
      "client_data": {
          "manager_name": "Melissa Thompson",
          "total_hold_time": "25",
          "skill": "0",
          ...
      }