Lloyds exports money out and money in as two separate unsigned columns. Xero and most other packages want a single signed column with money out negative, so this file always needs reshaping before it will import correctly.
Open the account, use the statement download or export option, choose your date range and select CSV (the "Excel/CSV" option). Halifax and Bank of Scotland exports follow the same shape, so this guide applies to those too.
Typically: transaction date, transaction type code, sort code, account number, transaction description, debit amount, credit amount, and running balance. Dates are UK day-first.
| Field | Map it to |
|---|---|
| Transaction Date | Date |
| Debit Amount | Debit |
| Credit Amount | Credit |
| Transaction Description | Payee or Description |
| Transaction Type | Reference |
| Sort code, account number, balance | Leave unmapped |