Creating DataTables from CSV files
How to upload a CSV to the DataTable Configurations dashboard
- Visit the "Configurations" tab on the left-hand navigation.
- Click on the "DataTables" tab.
- Click on the "Upload CSV" button.


CSV files must have headers
In order for mabl to process your file, the first row of your file must have headers, which represent the column names. If you would like to each row to have a scenario name in mabl, check out the introductions here.
header1 | header2 | header3 |
---|---|---|
data1 | data2 | data3 |
data4 | data5 | data6 |
- Add the CSV file from your documents that you'd like to add as a DataTable. It should then populate a table on the "Add new Datatable" page.
- Click the "Save" button. You should now notice the newly added DataTable in the list of tables.


You can delete a table at any point by clicking on the "DELETE" button.


File type must be CSV
Currently, CSV is the only supported file format for this feature. Attempts to upload other file types will result in the following error: "Unsupported file type"
Updated 2 days ago
Did this page help you?