For the complete documentation index, see llms.txt. This page is also available as Markdown.

Export Raw Data

Every widget's standard Export CSV covers most needs, but it's capped at 3,000 rows. When you need the full result set behind a widget — up to 1,000,000 rows — use Export Raw CSV instead.


How it works

Export Raw runs asynchronously: instead of downloading immediately, CorralData generates the file in the background and notifies you when it's ready. This is what makes it possible to pull far more data than a normal export — the query isn't held open in your browser while it runs.

If a widget's result set is larger than the standard export can handle, CorralData will route that export through Export Raw automatically.


Exporting

1

Open the widget menu

Click the menu in the top corner of any widget.

2

Select Export Raw CSV

The export starts running in the background — you can keep working while it generates.

3

Check your notifications

You'll get a notification when the file is ready to download.

If you don't see the notification right away, try refreshing the page — it may already be waiting for you in the notification panel.


Where this fits

  • Use the regular Export CSV for anything under 3,000 rows — it's instant, with no need to wait for a notification.

  • See View a Widget Query if what you actually need is the SQL behind a widget, not the exported data itself.

Was this helpful?