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.
Exporting
2
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?