# Uploading CSVs

# Supported Formats

  • Standard CSV with comma delimiters
  • UTF-8 encoding (recommended)
  • First row must contain column headers

# Upload Process

  1. Navigate to your project's datasets page
  2. Click "Upload CSV"
  3. Select your file
  4. FireCSV uploads the file to S3 and begins processing

# Processing

After upload, FireCSV will:

  • Validate the CSV structure
  • Detect column types (string, number, boolean, date)
  • Ingest data into the query engine
  • Generate a REST endpoint

Processing status is shown on the dataset detail page.