CSV export
GlossaryDownloading all form submissions as a comma-separated values file for analysis.
Definition
CSV (comma-separated values) export lets you download your form submissions as a spreadsheet-friendly file. Each row is a submission; each column is a field or a system column (timestamp, spam score, etc.). FormLoom's export is available in the dashboard (click Export → CSV or JSON) and via the `/api/forms/[id]/export` endpoint for programmatic access. Exports are owner-only; unauthenticated requests return 401.
Why it matters for form backends
CSV export is how you get your data out of FormLoom for analysis, archiving, or import into another tool. It's included free on all tiers.
FAQ
Yes — CSV and JSON export are included on every tier, including free.
Related terms
Ready to put this into practice?
Add a form to your site in minutes — free access key, copy-paste snippet.