Documentation Index
Fetch the complete documentation index at: https://docs.qwoty.io/llms.txt
Use this file to discover all available pages before exploring further.
Supported formats
Qwoty supports CSV files for data import:| Format | Extension | Notes |
|---|---|---|
| CSV | .csv | The only format supported today. Most compatible with spreadsheet tools. |
Excel
.xlsx and .xls files are not currently accepted. Convert your spreadsheet to CSV before importing.File requirements
| Requirement | Value |
|---|---|
| Encoding | UTF-8 (recommended) |
| Field separator | Comma , |
| Decimal separator | Period . |
| Structure | First row must contain column headers |
| Content | One object type per file (Master products, Products, or Prices) |
CSV best practices
- Delimiter: Use comma
,— Qwoty’s standard separator - Text qualifier: Use double quotes
"for cells containing commas, line breaks, or quotes — for example,"france,partner_pricing"for a multi-catalog cell - Line endings: Windows (CRLF) or Unix (LF) both supported
- Empty values: Leave cells empty, don’t use
NULLorN/A
Excel best practices
When exporting from Excel:- Remove formulas (export values only)
- Delete empty rows at the end
- Ensure no merged cells
- Use the first sheet only
- Save explicitly as CSV UTF-8 (Comma delimited) to preserve special characters
Large datasets
The CSV importer is designed for migrations and bulk updates of moderate size. For very large datasets or recurring syncs:- Split your data into multiple smaller files (a few thousand rows each)
- Or use the Qwoty REST API for unlimited records and continuous sync from your CRM, ERP, or accounting tool
Related
Field mapping
How Qwoty matches your CSV columns to its fields.
Prepare your CSV
Step-by-step formatting guide.

