Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The contents of the Feedback are explained here: Feedback Interface

Access Token & URL

You can see here how to get an access token and the URL: Access Token

Feedback API:

curl '<HOST OF URL>/chat-gen2/feedback?startDate=2024-05-03' \
  -X GET \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <ACCESS_TOKEN>' 

Format the .csv

You may find that the downloaded content does not split properly when using the ‘Text to Columns’ function in Excel. This is due to the content of some cells being too large to split.

To get around this:

  1. From the ‘Data’ tab in Excel, select ‘Get Data’ and select your .csv file.

  2. In the Preview select Delimiter = Semicolon

  3. Then ‘Transform data’ and in ‘Advanced Editor’ add the section QuoteStyle=QuoteStyle.Csv to ignore the quoted line breaks:

Screenshot 2024-07-29 at 16.10.08.png

Author

Tom Hobbs

  • No labels