Using Batch Import
In the backend, you need an administrator account with Data Manager privileges.- Login to the backend of your Curator instance (e.g.
http://curatorexample.com/backend). - Navigate to Settings > Data Manager > Manage Data section from the left-hand menu.
- Click on the Batch Import above the overview table.
- Click on Schedule Import.
- Select the Data Group for which the data should be imported.
- Select the CSV file that holds your data.
- Decide whether or not to trim white-spaces around the string values.
- Click Import.
- Login to the backend of your Curator instance (e.g.
http://curatorexample.com/backend). - Navigate to Settings > Data Manager > Data Groups section from the left-hand menu.
- Select the Data Group for which frontend users should be able to import data.
- Enable Batch Import by using the toggle.
- On the front end, a new section Batch Import appears. Click on it to expand the section.
- 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:
- Only has the Data Groups attributes’ name in it.
- Uses the very same spelling.
- Has no spaces around the single attribute names.
- Have one row in the CSV for each row of data. Make sure it:
- Has as many attributes as defined in the Data Group.
- Has two consecutive commas, if you want to add a blank value.
- Do not add any quotes around the values.