Bank Statement CSV Exporter
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Bank Statement CSV Exporter automatically detects transaction tables on banking and financial websites, extracts transaction data including dates, descriptions, amounts, and balances, and exports it to CSV format. The tool intelligently identifies transaction tables across different banking platforms, extracts headers and rows, and generates a clean CSV file ready for import into spreadsheets, accounting software, or financial analysis tools. With configurable date formats, delimiter options, and clipboard copy functionality, the tool streamlines the process of downloading and archiving financial transaction data.
WHERE IT RUNS
This extension works on any website that displays financial transaction data in table format. It functions on online banking portals, credit card statements, investment platforms, payment processors, and any other financial website with transaction history tables. The tool works across all domains and adapts to various table structures and data formats.
HOW TO USE
Install the extension and navigate to your bank's transaction history or statement page. The extension automatically detects transaction tables on the page. Click "Export All Transactions" to generate a CSV file with all detected transaction data — the file downloads automatically with a filename based on the page title. Click "Copy CSV to Clipboard" to copy the CSV data directly to your clipboard for pasting into other applications. Use the overlay panel to customize the export: choose between comma, semicolon, or tab delimiters, select your preferred date format (MM/DD/YYYY, DD/MM/YYYY, or YYYY-MM-DD), and toggle whether headers are included in the export. The status area shows how many transaction tables are detected on the current page.
TECHNICAL SECTION — TRANSACTION TABLE DETECTION AND EXTRACTION
The extension uses a multi-strategy detection engine to identify transaction tables on financial websites. It scans for tables and div elements using a curated list of selectors including .transactions, .statement-table, .transaction-table, and pattern-based class matching. Each candidate is evaluated for transaction-related keywords such as "date," "description," "amount," "balance," "transaction," "debit," and "credit." Once a table is identified, the extraction engine determines the header row by searching for a thead element or by analyzing the first row for header-like keywords. If no header row is found, generic column names are generated. The data extraction processes each row's cells, cleaning up currency formatting and special characters. Dates are normalized to the user's selected date format, and all data is escaped for CSV compatibility. The tool aggregates data from multiple tables on a single page into one export file.
THE PANEL — DRAG / PER-SITE POSITION / SNAP / COLLAPSE / RESIZE / ESCAPE
The overlay panel is fully interactive and designed for seamless multitasking. Drag it anywhere on the screen using the handle at the top of the panel; the position is saved per site so it stays where you left it across sessions. The panel includes a snap-to-edge feature that gently anchors the overlay to the nearest screen edge when released. Click the collapse button to minimize the panel to a compact pill showing the current export status; expand it again with a single click. Resize the panel vertically by dragging the bottom-right corner to view more controls. Press the Escape key at any time to instantly close the overlay; it reappears on the next page navigation or refresh.
PLEASE NOTE
This extension requires the free BotGentz companion extension to function, as it provides the underlying content script injection and cross-origin communication framework. No personal data, browsing history, or financial data is stored, transmitted, or shared. All data extraction and CSV generation occurs entirely locally in your browser; no information is sent to any external server. The extension does not access or store login credentials, financial data, or personally identifiable information. The tool reads data visible on the page and does not access bank APIs or any data beyond what is displayed. Banking websites frequently update their layouts; the extension includes multiple detection strategies to maintain compatibility, but major redesigns may temporarily affect extraction. Users are responsible for ensuring compliance with their bank's terms of service regarding data extraction. Handle exported financial data with appropriate security precautions.