CSV Export of Form Submissions

A CSV export delivers a list of form submissions from the TrueContext Web Portal as a spreadsheet file sent by email. Use a CSV export to back up submission data, search across submissions, build custom reports in Excel, import data into other reporting tools, or share data with external stakeholders. The export includes all data from each submission in the filtered list.

Available on all tiers:

Digital
Intelligent
Elite
?

Contents

Export limits

  • You can export up to 1,000,000 submissions in a single export. Apply filters to reduce the number of submissions to export.

  • High-volume exports (for example, over 25,000 submissions) can take minutes to hours to complete, depending on form size. If the export takes too long, filter the results to export a smaller group of submissions. For recurring large exports, use scheduled exports and data destinations to automate delivery to email or other systems.

Export a list of form submissions

  1. On the Data & Analytics tab, select Submissions (by Form).

    The Data & Analytics menu with Submissions (by Form) highlighted.

  2. Select the form you want to export submissions for.

  3. On the Submissions page for your form, View Form Submissions in the Web Portal to limit the list to the submissions you want to export. By default, filters limit the list to submissions from the last 30 days.

  4. Above the table of results, select CSV.

    The form submissions list page with the CSV button selected above the table of results.

    Result: A pop-up opens with a list of export settings.

  5. Configure the export settings and submit the export. Go to Export settings below for details on each option.

    Result: The system emails the CSV file to the address you specified when the export completes.

Export settings

Email a download link to

The system delivers the export by email. Your email address appears by default. To send the export to a different recipient, enter another email address.

File options

The File options section of the CSV export pop-up, showing settings for header row, column headers, language, and UTF-8 encoding.

Include a header row: When set to yes, the CSV export displays column headers above your submission data.

Column headers: Choose what appears in the header for each column that contains data from a form question.

Language: Choose the language for any metadata columns. Options are English, French, Spanish, or Japanese.

UTF-8 encoded: Special characters in TrueContext-generated CSV files might display incorrectly when opened in Microsoft Excel. Excel does not recognize UTF-8 encoded CSVs and may display the wrong encoding (for example, "Stéphane" may display as "Stéphane"). To ensure data with special characters imports properly, turn off this option.

Info:Go to Display Accented Characters in TrueContext-Generated CSV Files for detailed information.

Data to include

Select the metadata columns to include in your CSV export. These columns include additional information about your dispatched or submitted forms. The following image shows how to add or remove metadata columns.

Metadata columns you can include as part of your CSV export.

You can add any of the following metadata columns to your CSV export:

CSV format

The export arrives as a CSV file attached to an email. The structure of the file depends on whether the form contains Repeatable Sections. The examples below use color-coding to highlight the differences between formats.

Submissions without Repeatable Section data

Forms without Repeatable Sections produce a simple CSV format:

  • One column for each question
  • One row for each form submission

The file pictured below contains four form submissions, one per row.

A CSV file with one row per form submission and one column per question. Four submissions are shown.

Submissions with Repeatable Section data

Repeatable Sections let users add multiple entries for the same set of questions. Forms with Repeatable Sections produce these changes in the CSV file:

The file below shows four submissions. The orange highlighted columns represent two questions in a Repeatable Section. The first submission has one Repeat entry and takes up one row. The second submission has three entries and takes up three rows.

A CSV file with four submissions. Orange-highlighted columns show Repeatable Section questions. The second submission spans three rows for its three Repeat entries.

Submissions with data from multiple Repeatable Sections

When a submission contains data for more than one Repeatable Section, each section produces its own set of repeated rows. In the example below, the orange columns and blue columns represent two different Repeatable Sections.

A CSV file showing two Repeatable Sections in the same form. Orange columns represent one section and blue columns represent the other.

Submissions with data from nested Repeatable Sections

Repeatable Sections can contain other Repeatable Sections nested within them. The nested entries also produce extra rows.

The file below shows a single form submission. It has two entries in the Repeatable Section "Floor". The first "Floor" has two nested entries for "Units". The second "Floor" has one nested "Unit" entry.

A CSV file showing nested Repeatable Sections. The Floor section has two entries; the first Floor contains two nested Unit entries and the second Floor contains one nested Unit entry.