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

Load Data into SFTP Task


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!


About Loading Data to an SFTP Server

Using workflows, you can upload data to your SFTP server on a regular schedule, or automatically once another event of choice has been executed.

Example: You can regularly extract data from your Qualtrics surveys and then upload it to an SFTP server.

These kinds of workflows are made using an ETL data loader task called “Load data into SFTP.” First, you must use an ETL data extractor task to pull data from a chosen location, such as a Qualtrics survey; then you can upload it to your SFTP using the data loader task.

Connecting a SFTP Account

Before you can use the “Load data into SFTP” task, you must connect an SFTP account so Qualtrics can load the data to it. Accounts may be added by Brand Administrators, or by individual users for their personal use.

This works exactly as it does for other SFTP-related tasks, except for one key difference: make sure that when you are adding a brand-wide plugin that you select Load data into SFTP.

Image of extensions tab of admin page, with load data into sftp searched up

To connect to an SFTP account, see Connecting a SFTP Account.

Qtip: Note that any accounts added under “Extract data from SFTP” will be separate from any accounts added under “Load data into SFTP.”

Extract Data to Upload to Your SFTP

Before you can upload data to your SFTP, you need to extract it from someplace. Consider where your data currently lives; is it inside a survey or XM Directory? Or is it not inside Qualtrics at all, but a third party, such as Salesforce or Google Drive?

Create an ETL workflow and add a data extractor task to it. For a guide to creating this kind of workflow, see Building ETL Workflows.

Loading the Data into an SFTP

Once you’ve created a workflow and added your data extraction task, it’s time to upload the data into your SFTP.

Attention: The Load data into SFTP task has a limit of one 1GB file per run.
  1. Click Add a data destination.
    In the ETL workflow, there's a place to add data transformations, then a place to choose what happens next; click Add a data destination
  2. Search and select Load data into SFTP.
    Screenshot of window that opens when you add a task, which shows the load data into sftp task
  3. Choose an SFTP account to connect to.
    Image of next window, where a list of accounts is shown
  4. Click Next.
  5. Choose your data source.
    The following fields are shown: Data source with t1 extracted survey responses filled in, file name prefix with Q responses filled in, and a field named File path where the file will be stored

    Example: We set up a survey extraction task, so we selected this task as the data source.
    Qtip: If you’ve only added one data extraction task, you’ll likely only see an option with “T1” in the name. Select this for the data source.
  6. Type a file name prefix. This will be added to the beginning of each file that is processed by this task.
  7. Enter the file path to where the file should be uploaded on the server. You may enter either a relative path or an absolute path.
    Qtip: This directory path is case sensitive and must point to an existing folder or the workflow will fail. Qualtrics will not be able to access files if they’re in a higher level directory than the one specified in the drop-off directory.

    Example: Depending on the path you enter, potential drop-off directories could be:

    • /home/username/myFolder (absolute path)
    • myFolder (relative path)
  8. If desired, select Encrypt files using PGP. To learn more about this extra means of encryption and data protection, see PGP Encryption.
  9. You can test your connection to your SFTP. Once you have a file path specified, click Test connection.
    Image of test connection button

    Qtip: If the test is successful, a small sample file named qualtrics_verification_mm-dd-yyyy_hhmmss.csv will be uploaded to the file path you entered above. Feel free to delete the file.
  10. Click Save to complete your workflow.

FAQs