ParseDoc · bank statement format reference

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

FieldTypeDescription
datedate (ISO)Posting date of the transaction, normalized to YYYY-MM-DD.
descriptionstringMerchant/payee text; Chase often wraps long descriptions across two visual lines.
amountnumber (signed)Negative for debits/withdrawals, positive for deposits/credits.
balancenumberRunning balance after the transaction, when printed.

Clean CSV layout

datedescriptionamountbalance
2026-03-02AMAZON.COM*RT4G9 AMZN.COM/BILL-49.991284.10
2026-03-03PAYROLL DIRECT DEP2150.003434.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.