Integrations
CSV export
How to export extracted invoice data as a CSV file for use in spreadsheets or other accounting tools.
If you don't use QuickBooks, or want a copy of your extracted data for spreadsheets, you can export any invoice as a CSV.
Steps
- Open the invoice in the Results view.
- Review and correct any fields as needed.
- Click the Export dropdown.
- Select Download CSV.
- The CSV file downloads immediately to your browser.
CSV structure
The exported CSV includes one row per invoice with these columns:
- Vendor Name
- Invoice Number
- Invoice Date
- Due Date
- Currency
- Subtotal
- Tax
- Total
- Line Items (JSON-encoded)
Batch export
To export multiple invoices at once:
- Go to Queue and select the invoices you want to export using the checkboxes.
- Click Bulk Export → CSV.
- A single CSV file with all selected invoices downloads.
Opening in Excel or Google Sheets
The CSV uses UTF-8 encoding. If you see garbled characters when opening in Excel:
- Open Excel and go to Data → From Text/CSV.
- Select the file and choose UTF-8 encoding.
- Click Load.