Exporting Submissions
Overview
Export Submissions, above the Submissions grid, downloads a form's responses as a file — CSV, Excel, or JSON — or generates a codebook: a metadata file that describes the form's questions and choices for statistical software, without any response data. This article covers that button and dialog, where the available formats come from, and the separate per-submission PDF export.
Some workspaces still show Export Submissions as a dropdown listing CSV, Excel, and a fixed set of formats an administrator configured directly on the API. This article covers the newer dialog described below, which workspaces move to over time; the underlying ideas — pick a format, optionally filter, download — are the same either way.
Export a Format
Click Export Submissions above the grid.
Prepare (First Export of a Form)
The first time you export a given form, Endatix has to compile that form's questions into an export-friendly structure and backfill its existing submissions into it. You'll see:

Click Prepare for export. This runs once per form — later exports (and other users exporting the same form) skip straight to the format picker below. Preparing doesn't change any submission; it only builds the export structure.
Choose a Format and Filters
Once the form is prepared, the dialog shows the export format and, for row-based formats, filters:

| Field | What it does |
|---|---|
| Export format | Which of the workspace's configured formats to download. Grouped by Submissions (response data) and Codebook (metadata only) when both exist — see Where Formats Come From. |
| Completion | Completed (default), Incomplete, or All. Reporting exports only include completed submissions that have been backfilled — an incomplete draft isn't in the export structure yet, so Incomplete or All may return fewer rows than you expect. |
| Include test submissions | Off by default. See Submission Type in the Submissions grid for what counts as a test submission. |
| Created at, Started at, Completed at | Optional date ranges. Prefilled from the matching date filters already applied to the Submissions grid, if any. Completed at only appears when Completion includes completed submissions. |
Press Export, or Enter, to download the file with the current options.
Codebook Formats Skip the Filters
Select a Codebook format and the filters disappear — a codebook describes the form itself, not its responses, so completion, test-submission, and date filters don't apply:

A codebook lists every question, its type, and its choice values and labels — the metadata a statistics package (SPSS, R, or Crunch.io) needs to make sense of a separate data file's column headers and coded values.
Rebuild Reporting Data
Once a form is prepared, Rebuild reporting data… appears at the bottom of the dialog. Use it if the form's questions changed after you prepared it and an export is missing new columns, or an export failed and you want to retry the backfill. Full recompile replaces the export structure from the form's current questions instead of extending it — use it only if the structure looks wrong, since it discards any history of removed or renamed questions.
Where Formats Come From
The formats listed in Export format are configured per workspace at Settings → Organization → Export formats, by someone with permission to manage organization settings:

Every new workspace starts with four formats — CSV (the tenant default), Excel (XLSX), JSON, and Codebook — which cover the common cases. An administrator can add more: for example, a Codebook (Shoji) format, shown here mid-creation, produces a codebook in the variant Crunch.io expects instead of Endatix's own default shape:

Each format also has Column naming and a key separator (under Advanced) that control how nested question keys — a choice within a multi-select question, for example — are joined into one column header, such as question__choice. As a regular user exporting submissions, you don't need to touch any of this; it's here so you know who to ask if a format you need isn't in the list, or if you're the one setting up a new workspace.
Exporting a Single Submission as PDF
Export format downloads many submissions at once. To export exactly one submission, open it and use Export PDF in its own top bar:
See Submission Details for what Export PDF includes and how it chooses a language.
Important Considerations
- Prepare is per form, not per user. Once anyone prepares a form for export, every user exporting that form skips the prepare step — it isn't repeated per person or per browser.
- Reporting exports only cover completed, backfilled submissions. A submission made after the last prepare or rebuild, or one still incomplete, may be missing until the next prepare/rebuild — or, for a completed one, until Endatix's own backfill catches up.
- A codebook has no rows to filter. Completion, test-submission, and date filters apply only to Submissions-target formats.
- Full recompile discards export history. It rebuilds the export structure from the form's current questions only — a question that was removed or renamed loses its column history in future exports.
Related Documentation
- Viewing Submissions — the grid Export Submissions sits above, including the date and Submission Type filters this dialog prefills from.
- Submission Details — open one submission and export it as PDF or JSON.
- Customize Exports with Transformers — for developers: transform values (redact fields, flatten file objects) before they reach an export file.