Export a bank statement as German CSV
export_bank_statement_csvParse a German bank statement PDF (SumUp) and export transactions to a German-style CSV with semicolon separators, comma decimals, and UTF-8 BOM; returns row count and output path.
Instructions
Parses a German bank statement PDF (currently: SumUp) and writes all transactions to a German-style CSV file: semicolon separator, comma decimals, UTF-8 BOM (opens cleanly in German Excel; suitable as DATEV import basis). Returns the number of data rows and the output path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the bank statement PDF | |
| output_path | Yes | Absolute path of the CSV file to create (will be overwritten) |