Skip to main content

Uploading Data Files

Datadata supports uploading CSV, Excel, JSON, and Parquet files as datasources.

Supported File Formats

FormatDescriptionTypical Scenario
CSVComma-separated tabular dataData export, data exchange
Excel (.xlsx)Microsoft Excel spreadsheetsBusiness data, reports
JSONStructured JSON dataAPI data, config data
ParquetColumnar storage formatBig data analytics

Steps

  1. Click Datasources in the Studio sidebar
  2. Click New DatasourceUpload Data File
  3. Choose file type (CSV / Excel / JSON / Parquet)
  4. Upload the file or import via:
    • Local Upload — Select a file from your machine
    • S3 Storage — Import from Amazon S3
    • External URL — Load a remote file via URL
  5. Enter a datasource name
  6. Click Create

Local File Upload

Select a file directly from your machine to upload. Supports drag-and-drop or click-to-select.

S3 Storage Import

For data files already stored in AWS S3, provide the file's S3 Key.

External URL Import

Load remote data files via HTTP/HTTPS URL. Suitable for public datasets or API-exported data.

After Creation

Once the file upload completes, Datadata automatically parses the file structure and creates the corresponding datasource. You can query the file data just like any other datasource.