After running any of the analysis Tools/Templates specially in Bulk run mode, we can see the results on the data table in the corresponding enrichment column.

Export

You can export the results along with the original data as a CSV file.

Export to CSV

Export to CSV creates a copy of all the columns in your table and exports it as a CSV file. Select the dataset from Data page and click on the Download as CSV button. Export type is set to "Standard" by default.

export

Clicking on Download will download a CSV file to your download folder.

Export wide format

  • What is wide/flatten format

    Wide format or flatten format is to turn categorical fields into numeric. An example is shown in the table below where the Categories column contains 3 unique categorical values (App crashes, Upgrade, Expensive).

    Side note: Text categorization will produce such results as shown in the first table below.

    Text responseCategories
    Apart from being too costly, the app keeps exiting after the updateApp crashes, Upgrade, Expensive
    It crashes after 10 secondsApp crashes
    Love the latest updateUpgrade

    Below, we can see the wide format export for the table above. There are as many new columns as the existing unique categories, with zero/one values indicating if a category applies to the text response in the corresponding row.

    Text responseApp crashesUpgradeExpensive
    Apart from being too costly, the app keeps exiting after the update111
    It crashes after 10 seconds100
    Love the latest update010
  • Access to wide format export

    Select the dataset from data table and click on the Download as CSV button.

    export

    Export type is set to "Standard" by default, change it to "Wide format". Enter the Categorical field name that you wish to flatten (e.g. Categories in the table above).

    The categorical field name should be typed in EXACTLY as is in the data table.

    Clicking on Download will download a CSV file to your download folder.