Exporting Data
Download response data as CSV for use in external tools.
Exporting as CSV
From the responses page, click the Export CSV button. SignalForm will generate a CSV file containing all responses for the form and download it to your computer.
CSV format
The exported file includes:
- One row per submission.
- A # column with a sequential row number.
- A Submitted At column with the submission timestamp.
- Email Verified and Respondent Email columns (when email verification is enabled for the form).
- One column per question, using the question title as the column header.
For choice-based questions (multiple choice, dropdown), selected options are listed as comma-separated values within the cell.
Using the data
The CSV file can be opened in any spreadsheet application (Google Sheets, Excel, Numbers) or imported into databases, analytics platforms, and other tools.
Common use cases:
- Creating charts and pivot tables in a spreadsheet.
- Importing into a CRM or marketing platform.
- Running custom analysis with scripts or BI tools.
- Archiving response data for compliance or record-keeping.