Bank Statement Convertor

Bank statement PDF to CSV

CSV is the lowest common denominator of finance. Every spreadsheet, every accounting package and every underwriting model will read it, which is why converting a statement to CSV is usually the first step in any bookkeeping, tax or loan file. The problem is that a bank statement PDF is a printed document, not a table, so copying it into a spreadsheet gives you broken columns and merged amounts.

Drop a PDF statement to get CSV

Drop your PDF statement here

or click to browse · 10MB max · nothing is stored

What the CSV looks like

Every conversion returns the same four-column shape regardless of which bank the statement came from, so files from different accounts stack cleanly in one sheet:

  • Date — normalised so day-first and month-first statements both import correctly
  • Description — the full merchant, counterparty or reference text, rejoined if it wrapped across lines
  • Amount — one signed number, negative for money out and positive for money in
  • Balance — the running balance where the statement prints one

Why copy and paste fails

PDF text has coordinates, not columns. When you select a statement table and paste it, the reading order follows the layout engine rather than the visual grid, so descriptions land in the amount column, wrapped lines become their own rows, and any bank that uses separate paid in and paid out columns leaves you with two half-empty money columns to merge by hand.

Signs, not just numbers

The most common error in a hand-built statement spreadsheet is a sign error. Many banks print withdrawals as positive numbers inside a withdrawal section, so the minus sign exists only in the section heading. Reading the section context and applying it to every row underneath is what turns a list of numbers into a ledger that actually sums to the closing balance.

Check the total before you trust the file

After any conversion, sum the amount column and add it to the opening balance. If it matches the closing balance printed on the statement, the export is complete. If it does not, you are missing rows or carrying a sign error, and it is far cheaper to catch that now than during a reconciliation three weeks later.

Frequently asked questions

+Is the CSV converter free?

Yes. There is no signup, no account and no watermark on the output.

+Which delimiter does the CSV use?

Standard commas with UTF-8 encoding, which Excel, Google Sheets, Numbers and every major accounting package import without configuration.

+Are my files stored?

No. The PDF is processed in memory to produce the CSV and is not written to disk or retained.

Related

Popular banks