1. Third Party Cookies
    1. Overview
    2. Password Reset
    1. System Notifications
    2. Data Manager Notifications
    1. Troubleshooting Load Times
    2. Cache Warming
    1. Updating License Key
    1. Web Accessibility
    1. Menu Tuning
    2. Cache Warming
    1. Password Settings

Embedding & Using Analytics: Data Manager

Importing Data

If you already have data collected somewhere else for your form and want to bring everything together in your Curator table, use the Data Manager Batch Import option.

Using Batch Import

In the backend, you need an administrator account with Data Manager privileges.

  1. Login to the backend of your Curator instance (e.g. http://curatorexample.com/backend).
  2. Navigate to Settings > Data Manager > Manage Data section from the left-hand menu.
  3. Click on the Batch Import above the overview table.
  4. Click on Schedule Import.
  5. Select the Data Group for which the data should be imported.
  6. Select the CSV file that holds your data.
  7. Decide whether or not to trim white-spaces around the string values.
  8. Click Import.

If you want to enable your frontend users to upload data:

  1. Login to the backend of your Curator instance (e.g. http://curatorexample.com/backend).
  2. Navigate to Settings > Data Manager > Data Groups section from the left-hand menu.
  3. Select the Data Group for which frontend users should be able to import data.
  4. Enable Batch Import by using the toggle.
  5. On the front end, a new section Batch Import appears. Click on it to expand the section.
  6. Select the CSV file that holds the data.

Format your CSV

  • Add the headers of your table as the first row of your CSV file. Make sure it:
    1. Only has the Data Groups attributes' name in it.
    2. Uses the very same spelling.
    3. Has no spaces around the single attribute names.
  • Have one row in the CSV for each row of data. Make sure it:
    1. Has as many attributes as defined in the Data Group.
    2. Has two consecutive commas, if you want to add a blank value.
    3. Do not add any quotes around the values.