Importing CSV files into datasets enables you to utilize existing data within your datasets efficiently. You can either make a new dataset from a CSV file or append data to datasets you already have.

Empty Dataset

Bootstrap a new dataset with your CSV data:

1

Create a blank dataset

Click the ‘add’ button (+) on the project you want to create a dataset in. Once created, this dataset is available to all resources in the project.

2

Upload your CSV

  • Click “Upload CSV” and either drag and drop your file or select it by browsing.

  • The first line of your CSV file becomes the column headers.

3

Automatic setup

The columns, rows, and cells are automatically created based on your CSV structure.

Append to Existing Dataset

Add more data to datasets that already have columns:

1

Open existing dataset

Navigate to your dataset that already has data.

2

Append new data

Click “Append CSV” and upload your file.

3

Match column names

Your CSV must have exactly the same column names as your existing dataset.

When appending, only new rows get added. The column structure stays the same.