CSV Export for Classification

The TPT Export plugin allows you to download a .csv file with all classification answers given in the project.

Plugin Functionality

Adding the plugin to your organization will allow you to download a CSV spreadsheet containing each asset's classification answers.

Sample CSV Export

Using the Plugin

From the Plugin Directory, search for the the name of the plugin and install the plugin to your organization. More information on installing plugins can be found in the Installing Plugins page.

The name of our TPT plugin is CSV Export for Classification

Usage

Navigate to the project where you'd like to get the data.

Enter the Settings tab, then the Plugins section.

Find the plugin, and click on Open. A dialog will appear:

Ensure the dot before the plugin's name is green. The dot indicates the plugin's status, where green signifies the plugin's code is running, and red signifies the plugin's code is not running.

You will not be able to run plugins the code of which isn't running.

If you wish to receive an email when the export is complete, toggle Send Email on.

You may vary a number of settings related to your export from the Config JSON field. Each option is detailed below:

Plugin Configuration

  • header_type: one of "title" "id" "title_id" "id_title" "level_title" "ToolTree_title". The column header to display in the CSV.

  • aggregate_same_columns: when true, columns sharing the same header will be aggregated.

  • export_data_url: when true, include the URL of the asset in the CSV

  • export_data: if the asset is in the text format, include the entire asset text in the table.

  • ignore_columns: in the format ["ColumnToIgnore1", "ColumnToIgn2"] Columns to not include in the export, by header name.

  • verbose: when true, the plugin will output more details to the plugin log.

  • verbose_frequency: X, where every X number of assets the plugin sends a message to the log notifying the user of how many assets have been processed.

Click on Run to receive your data. You'll get a notification when it's ready. Clicking on the notification will start the download of your data.

You may check the progress of the conversion from the Plugin Sessions dialog. More information on checking plugin progress here.

Last updated