CSV Import
Import your product catalog via CSV files with automatic column mapping and validation.
CSV import lets you bulk-load your product catalog into Ares from a spreadsheet file.
Preparing Your CSV
Your CSV file should include these columns (headers are flexible — the importer will attempt to auto-map them):
| Column | Required | Description |
|---|---|---|
| SKU | Yes | Unique product identifier |
| Name | Yes | Product display name |
| Description | No | Product description |
| Status | No | Available or Out of Stock (defaults to Available) |
| Quantity | No | Stock quantity (defaults to 0) |
| Price | No | Product price |
| Specs | No | Additional attributes as JSON |
Import Steps
- Go to Inventory → Sources tab
- Enable the CSV Source toggle
- Drag and drop your CSV file into the upload area
- The parser auto-detects headers and shows a column mapping dialog
- Verify each column is mapped to the correct field
- Review the preview table showing parsed rows
- Fix any validation errors highlighted in red
- Click Import to load the data
Validation
The importer checks for:
- Missing required fields — SKU and Name must be present
- Duplicate SKUs — warns if a SKU already exists (will update the existing item)
- Invalid data types — price and quantity must be numeric
- Format issues — malformed CSV rows are flagged
Import History
After importing, check the Import History section to see:
- Import timestamp
- Number of rows imported
- Any rows that were skipped due to errors
Tips
- Use UTF-8 encoding for your CSV file
- Wrap text containing commas in double quotes
- Export from Excel or Google Sheets as CSV UTF-8 format
Was this page helpful?