Import & Export
Bring in data from spreadsheets with CSV import, or export your data for use in other tools.
CSV Import
Import supports 10 data types:
| Data Type | Key Columns |
|---|---|
| Transactions | Date, Type, Amount, Category, Party, Account, Location, Channel, Note, Reference |
| Quotes | Date, Party, Valid Until, Note, Line Items |
| Parties | Name, Email, Phone, Address, Tax ID, Role (Client/Supplier) |
| Categories | Name, Type (Income/Expense/General) |
| Accounts | Name, Type (Asset/Liability/Equity/Income/Expense) |
| Products | Name, SKU, Price, Description |
| Locations | Name, Address |
| Channels | Name |
| Tax Rates | Name, Rate |
| Discounts | Name, Type, Value |
Import Steps
- Navigate to Import in the sidebar
- Select the data type to import
- Upload a CSV file
- Map columns — Match your CSV columns to the expected fields
- Preview — Review parsed data with validation status per row
- Confirm — Submit to create records
Auto-Create References
When importing transactions, references like categories, parties, accounts, locations, and channels are automatically created if they don’t exist. This means you can import a transaction CSV with category names and they’ll be created on the fly.
Discounts are NOT auto-created because they require type and value which can’t be inferred from a name alone.
CSV Export
Export requires a Pro plan.
Export your data as CSV files:
- Transactions — Export with filters (date range, type, category, etc.)
- Parties — Export your full party list
- Accounts — Export chart of accounts
From any list page with export support, click the Export button.
Related
- Transactions — Transaction data format
- Parties — Party data format
- Categories — Category data format