Chase bank statement: fields & CSV layout
A Chase checking or savings statement PDF lists each transaction as a row, but the PDF isn't structured data. Here's exactly which fields a Chase statement contains and the clean CSV layout you need for Excel, Google Sheets or a QuickBooks import.
Convert a bank statement free →Fields extracted
| Field | Type | Description |
|---|---|---|
| date | date (ISO) | Posting date of the transaction, normalized to YYYY-MM-DD. |
| description | string | Merchant/payee text; Chase often wraps long descriptions across two visual lines. |
| amount | number (signed) | Negative for debits/withdrawals, positive for deposits/credits. |
| balance | number | Running balance after the transaction, when printed. |
Clean CSV layout
| date | description | amount | balance |
|---|---|---|---|
| 2026-03-02 | AMAZON.COM*RT4G9 AMZN.COM/BILL | -49.99 | 1284.10 |
| 2026-03-03 | PAYROLL DIRECT DEP | 2150.00 | 3434.10 |
Sample rows are illustrative. ParseDoc outputs this exact column layout from your own document.
Conversion notes
›Chase offers a CSV/Spreadsheet download for recent activity in the account 'Activity' view — use that first when the period is recent; older periods are PDF-only.
›Multi-line descriptions are the #1 cause of broken copy-paste: a vision-based extraction keeps date, description and amount aligned where a PDF text-dump shifts columns.
›For QuickBooks/Xero import, keep a single signed amount column (negative = money out) rather than separate debit/credit columns.
FAQ
Does Chase export CSV directly?
Yes for recent activity (Activity → Download → Spreadsheet/CSV). Statement PDFs and older history usually aren't available as CSV — that's where converting the PDF helps.
Why do my amounts import as text?
Currency symbols and parentheses for negatives confuse spreadsheets. A clean numeric signed amount column avoids it — that's what this layout uses.
Convert your own Chase bank statement
Drop the PDF or a photo into the free converter — 10 pages/day, no signup, nothing stored. See also: the full guide.