Supported Formats
Rowbase supports importing data from:| Format | Extensions | Notes |
|---|---|---|
| CSV | .csv | Comma-separated values |
| Excel | .xlsx, .xls | Spreadsheet files |
| JSON | .json | Array of objects |
Maximum file size: 10MB per file.
Importing CSV Files
Via Upload
- Navigate to your project
- Click Upload or drag and drop your file
- Review the import preview
- Configure options
- Click Import
Import Options
Header Row
Header Row
First row is header (default: enabled)When enabled, the first row is used as column names. Disable for data without headers.
Delimiter
Delimiter
Auto-detected, but can be overridden:
- Comma (
,) - Tab (
\t) - Semicolon (
;) - Pipe (
|) - Custom character
Encoding
Encoding
Usually auto-detected. Options include:
- UTF-8 (default)
- UTF-16
- ISO-8859-1 (Latin-1)
- Windows-1252
Quote Character
Quote Character
Character used to wrap values containing delimiters:
- Double quote (
") - default - Single quote (
') - None
Type Detection
Rowbase automatically detects column types by analyzing your data:Detection Rules
| Detected As | Example Values |
|---|---|
| Number | 42, 3.14, -100, 1,234.56 |
| Boolean | true, false, yes, no, 1, 0 |
| Date | 2024-01-15, 01/15/2024, Jan 15, 2024 |
| Text | Everything else |
Overriding Types
If auto-detection isn’t correct:- Click the column header in the preview
- Select the correct type
- Review any conversion warnings
Tips for Large Files
If your file exceeds 10MB:- Remove unnecessary columns before import
- Split into multiple files if data is logically separable
- Use Excel format which is often more compact than CSV
Excel Import
Importing Excel Files
- Upload your
.xlsxor.xlsfile - Select which sheet to import (or import all)
- Configure the data range (optional)
- Review and import
Excel-Specific Options
- Sheet selection - Import one or all sheets
- Range selection - Specify a cell range (e.g., A1:D100)
- Skip rows - Ignore header rows or notes at the top
- Skip columns - Ignore columns on the left
Each sheet becomes a separate dataset when importing multiple sheets.
Importing New Data
Each file upload creates a new dataset. To update data:- Upload a new version of your file
- Re-apply your operations to the new dataset
- Operations can be copied between datasets
Troubleshooting
Garbled characters
Garbled characters
Try changing the encoding to UTF-8 or the encoding that matches your source.
Columns merged together
Columns merged together
Check that the delimiter is correctly detected. Try specifying it manually.
Dates not recognized
Dates not recognized
Ensure dates are in a consistent format. ISO format (YYYY-MM-DD) works best.
Numbers shown as text
Numbers shown as text
Remove currency symbols or thousand separators, or change the column type after import.