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 TypeKey Columns
TransactionsDate, Type, Amount, Category, Party, Account, Location, Channel, Note, Reference
QuotesDate, Party, Valid Until, Note, Line Items
PartiesName, Email, Phone, Address, Tax ID, Role (Client/Supplier)
CategoriesName, Type (Income/Expense/General)
AccountsName, Type (Asset/Liability/Equity/Income/Expense)
ProductsName, SKU, Price, Description
LocationsName, Address
ChannelsName
Tax RatesName, Rate
DiscountsName, Type, Value

Import Steps

  1. Navigate to Import in the sidebar
  2. Select the data type to import
  3. Upload a CSV file
  4. Map columns — Match your CSV columns to the expected fields
  5. Preview — Review parsed data with validation status per row
  6. 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