Skip to main content
Loading...
Skip to article
  • Qualtrics Platform
    Qualtrics Platform
  • Customer Journey Optimizer
    Customer Journey Optimizer
  • XM Discover
    XM Discover
  • Qualtrics Social Connect
    Qualtrics Social Connect

Import Responses


Was this helpful?


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The feedback you submit here is used only to help improve this page.

That’s great! Thank you for your feedback!

Thank you for your feedback!


Qtip: Contact your XM Success Manager or your Account Executive prior to importing historical responses as this may require an update to your license. Imported responses are considered separate from and will not impact the account’s response limit.

About Importing Responses

You can import data in the Data & Analysis tab to combine responses from 2 identical surveys, re-upload edited data, or bring your own data into a survey.

Preparing Your Survey

Before importing, you’ll first need a survey to import your data to. Your survey’s format and your data file format must match exactly. This can be achieved using 1 of these 3 options:

  • The survey you downloaded the data from
  • A copy of the survey you downloaded the data from
  • A survey identical to the one that collected the data you are importing.

Preparing a File

The data importer allows you to upload responses without perfecting your data file, giving you the ability to re-order columns, adjust the time zone, specify values, and more. However, even if your file contains a few correctable errors, you still have to make sure that your data is presented in a format Qualtrics can read.

The easiest way to prepare your file is to export a Data Table file in CSV or TSV format. However, so long as you use the same format for each column’s header, you can also use a TXT file.

Qtip: The maximum file size is 100MB.
Qtip: TSVs are recommended if the language of your responses contains special characters.

Double Quotes

Double quotes in response data can cause your file to fail when importing. To resolve this issue, you must pre-process the data before importing into Qualtrics. You can fix this issue by using 1 of below methods:

  1. Remove all double quotes ().
    Example: For example, My name is “Tom” becomes My name is Tom.
  2. Wrap the cells containing the response with double quotes in an additional set of double quotes, and then escape the double quote with another double quote.
    Example: For example, My name is “Tom” becomes My name is “”Tom”””.
  3. Escape the quoted text with backslashes.
    Example: For example, My name is “Tom” becomes My name is \”Tom\”.

Importing Responses

Attention: Response files, such as those from a file upload question or video response question, cannot be imported.
Attention: Embedded data field names are truncated after 45 characters when importing responses.
  1. Navigate to the Data section on the Data & Analysis tab.
    Import Data option from Export & Import dropdown in Data & Analysis tab
  2. Click on Export & Import.
  3. Select Import Data.
  4. Click Choose file and select the file you wish to upload. This can be in CSV, TSV or TXT format.
    Upload Response Data menu with Browse button, Delimiter dropdown, and Upload button
  5. If desired, adjust your Delimiter. Generally this is set to Comma for CSV and Tab for TSV.
    Qtip: This option is especially helpful if you are uploading a TXT file. You can specify your delimiter here.
  6. Click Upload.
  7. On this window, you can check whether your fields are pulling in correctly and assign different values. See the Configuring Your Import section below for more information on this part of the process.
    Configure the Import menu, with button to Import Reponses
  8. Click Import Responses.
Qtip: Each imported response is a new response in your survey. Importing data in this way does not replace pre-existing responses. For example, if you upload the same data you exported back into your survey, you will have duplicated responses.
Qtip: The RecordedDate will always reflect the time the responses were actually imported, and will not reflect the time you have in that column in your file. The EndDate column can be edited to reflect whatever time you want. You can read more about these fields on the Understanding Your Dataset page.
Qtip: NPS® groups are not able to be mapped when importing responses to a Net Promoter Score® question, however, the NPS® group will automatically be added based on the NPS® value.
Qtip: If you have a Sensitive Data Policy in place, note that Imported Responses will be excluded from redaction.

Configuring Your Import

After you’ve selected the file you want to upload, you have a chance to check the file’s contents and make formatting changes right inside Qualtrics. This saves you time, so that you don’t have to open your file in Excel and make edits.

Correcting Columns

Did some of your columns come in out of order? Maybe there are certain variables you don’t want to import at all. Click on the column header to either change the variable or select to Ignore the contents.

List of questions and embedded fields in the Configure the Import menu

When a column is ignored, the variable is not deleted from Qualtrics, but the data from the column will not upload.

Qtip: Some columns are ignored by default. For example, you cannot import formulas or bucketed fields. Once their rules are set and data for the questions these rules are based on are uploaded, Qualtrics calculates formulas and bucketed fields for you.

Mapping Values

Sometimes even after cleaning your data, you’ll find small errors. Maybe an answer was consistently misspelled when entered into the Excel sheet. Maybe your capitalization is wrong, or you accidentally used the wrong recode values. Mapping values allows you to adjust your import without having to reopen your file and make edits.

To get started, click the dropdown arrow next to Mapping Values to expand the list of possible values.

Mapping Values option with choices displayed within Configure the Import menu

On the right are the possible choices for the question. Since in the example here the question is “How satisfied are you with our product,” the possible answers range from Extremely Satisfied to Extremely Dissatisfied on a 5 point scale.

On the left are the exact values typed into the data file. Ideally, these should be exactly the same, but in cases where you might have mistyped a few entries or mixed choice text and numeric data together, you may want to add additional values here.

To add another value, click the plus sign ( ), then select the answer choice that the new value is going to correspond to.

Plus button underneath choices to add another choice

Hover over the value and click the minus () sign to eliminate a choice.

The new value will appear at the bottom of the list. You can modify the label on the left and the value on the right. You can add values as many times as you need to.

Example: Let’s say your team manually entered some of the data into your file. One assistant accidentally wrote answer choices in all lowercase, and another wrote the numeric recode values of the choices instead of the choice text labels. In the screenshot below, both the lowercase version and recode value have been added for Extremely Satisfied.
Text Entry boxes to add additional mapping values
Qtip: Mapping values does not create new answer choices! It is a way of mapping the values from your file to existing values in your project.

Download and Load Settings

When you click Download Settings, you will receive a JSON file of the settings used for the Import.

Download Settings option in bottom-left corner or Configure Import menu

To reuse these settings on future imports, click More Options then Load Settings and select the settings file.

Load Settings option in bottom right and Few Options in bottom left of Configure Response

This option can be helpful if you are adept at JSON. If you do not know JSON, it is advised that you do not try to edit this file.

More Options

When you click More Options on the bottom-left of your Load Settings tab, you will be provided additional settings for your importer.

Load Settings option in bottom right and Few Options in bottom left of Configure Response

  • Timezone: Determine the time zone of the data file. This settings applies to all date fields in the file.
  • Date/Time Format: Determine the date/time format of the whole data file. If you exported the file from Qualtrics, the importer will try to detect the time zone you set on your account at the time the file was exported.
  • Response start at row number: The importer usually detects this automatically. This setting determines the row where your headers end and data begins. For example, if this says 4, that means there are three rows of headers.

Troubleshooting Table Imports

The Table importer is the default importer when importing responses.

  • The Table importer only accepts comma and tab separated files.
    Image showing available delimiters in the table importer
  • If some of your fields are being skipped or your imported values don’t align with your survey questions, you’ll want to check your question mapping from within the import window. See the Configuring Your Import section for tips on reviewing your file from within the data importer.
    Image showing how to map columns/answer choices in importer
  • If your data is importing with characters you don’t recognize, your file is saved in an incompatible format. You will need to save your file as a TSV or CSV with UTF-8 encoding. For more tips troubleshooting CSV formatting, read the CSV/TSV Upload Issues page.
    image of importer preview with misconfigured file

Importing Responses into Different Project Types

You can import response data in many different types of projects. The steps and options described on this page apply to the following project types:

There are a few other types of projects where you can import response data. However, there are important differences to keep in mind:

Qtip: While other areas of the platform, like directories, may also allow you to import data, this support page is solely focused on how to import survey response data from Data & Analysis. For steps on importing other kinds of data across the XM platform, try narrowing your support site search.

FAQs