AgenticFlow AI: ChatGPT in the Flow of Work
HomeCommunityDiscordLogin
  • Get Started
    • AgenticFlow - the OS for your AI Workforce
    • llms.txt
    • FAQs
    • Key Concepts
      • Workflows
      • Templates
      • Data
      • Agent
      • API Keys
      • AgenticFlow MCP
    • Workflows quickstart
    • Agents quickstart
    • Introduction to Large Language Models
    • Plans and Credits
    • System Quotas
    • Affiliate program 💵
  • AGENTS
    • Introduction to agents
    • Agent Templates
    • Create an Agent
    • Customize an Agent
    • FAQ
  • Workflows
    • Introduction
    • Workflow Templates
    • Creating a Workflow
    • User Inputs - Get Started
      • Text Input
      • Long text input
      • Drop-down
      • Numeric Input
      • File to URL
      • File to Text
      • Checkbox
      • Image Input
      • Audio Input
      • Video Input
      • Multiple Media Input
      • Carousel Select Input
    • Actions - Get Started
      • LLM
        • LLM - Advanced Settings
        • Validators
        • Too Much Text
        • LLM Prompt
        • LLM Output
      • Code - JavaScript
      • Code - Python
      • Python Helper Functions
      • PDF to text
      • Extract Website Content
      • Knowledge Search
      • Audio/Video to Text
      • Insert Data into a Dataset
    • Knowledge
    • Workflow Single Run
    • Workflow Table Run
    • Export Results
    • API Run
    • FAQ
    • Parameter Substitution Utility
  • Data
    • Introduction
    • Data Table
    • FAQ
  • Use Cases
    • Summarization
      • GPT on My Files
      • GPT on My Website
      • Question-Answering on Data
    • Research
      • Sentiment Analysis
      • Anonymize Text
      • Audio Transcription + High-Level Analysis
  • Sales
    • Teach LLMs to Mimic Your Style
  • Marketing
    • SEO Optimize
    • Automating Creativity Transforming Workflow with AgenticFlow AI (PDF)
  • Policies
    • Security Overview
      • AI Policy
      • Reporting bugs and vulnerabilities
      • Subprocessors
      • DPA
    • Privacy Policy
    • Terms of Service
    • Cookies Policy
Powered by GitBook
On this page

Was this helpful?

  1. Workflows

Export Results

Access to and Export Results

After running any of the workflows, especially in Bulk run mode, you can see the results in the corresponding enrichment column of the data table.

Export

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

Export to CSV

Exporting to CSV creates a copy of all the columns in your table and exports it as a CSV file. Follow these steps to export your data:

  1. Select the dataset from the Data page.

  2. Click on the Download as CSV button. The export type is set to "Standard" by default.

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, converts categorical fields into numeric values. An example is shown in the table below where the Categories column contains three unique categorical values (App crashes, Upgrade, Expensive).

Side note: Text categorization will produce results similar to the first table below.

Text response
Categories

Apart from being too costly, the app keeps exiting after the update

App crashes, Upgrade, Expensive

It crashes after 10 seconds

App crashes

Love the latest update

Upgrade

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

Text response
App crashes
Upgrade
Expensive

Apart from being too costly, the app keeps exiting after the update

1

1

1

It crashes after 10 seconds

1

0

0

Love the latest update

0

1

0

Access to Wide Format Export

  1. Select the dataset from the data table.

  2. Click on the Download as CSV button.

  3. Change the export type from "Standard" to Wide format.

  4. 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 it appears in the data table.

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

PreviousWorkflow Table RunNextAPI Run

Last updated 11 months ago

Was this helpful?