Upload data
Upload CSV, Excel, JSON, or Parquet files to your dataset.
Zuletzt aktualisiert
War das hilfreich?
Upload CSV, Excel, JSON, or Parquet files to your dataset.
Zuletzt aktualisiert
War das hilfreich?
To manually upload data, navigate to an empty dataset and either drag your file into it or click on the upload section. Accepted formats include CSV, Excel, JSON, and Parquet. Once uploaded, the file is stored, analyzed, and its schema is automatically generated.
Navigate to your dataset: Home → Workspace → Solution → Datasets
or upload to an existing dataset.
Find the upload area in the Overview
tab or click on the ···
menu for an existing dataset and select Upload data
.
Upload your data by either:
Dragging a file into the upload field
Or clicking on Upload data
and selecting a file from your computer
Uploading data to an existing dataset overwrites the existing data. If you still need the data, create a new dataset for your new data.
The maximum file size per uploaded file is 100 MB. For larger files, please contact us directly .
CSV
.csv
Standard comma-separated data
Excel
.xls
, .xlsx
Only the first worksheet is processed
JSON
.json
Must be properly structured
Parquet
.parquet
Optimized for large datasets
The file is stored in your connected warehouse (e.g., s3
)
You'll see a success message when the analysis is complete.
The data table appears directly in the editor.
The schema (columns, data types) is automatically detected.
Make sure the first row contains headers.
Use consistent data types in each column.
Avoid empty rows or merged cells in Excel files.
For JSON: Use an array of objects (e.g., [{"key": "value"}, ...]
)