#
Uploading CSVs
#
Supported Formats
- Standard CSV with comma delimiters
- UTF-8 encoding (recommended)
- First row must contain column headers
#
Upload Process
- Navigate to your project's datasets page
- Click "Upload CSV"
- Select your file
- 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.