Import CSV
Set up your datasets with bulk test cases.
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:
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.
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.
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:
Open existing dataset
Navigate to your dataset that already has data.
Append new data
Click “Append CSV” and upload your file.
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.