{"id":15444659,"url":"https://github.com/andreoliwa/bank-csv-rs","last_synced_at":"2025-04-19T20:25:47.244Z","repository":{"id":218142122,"uuid":"745713085","full_name":"andreoliwa/bank-csv-rs","owner":"andreoliwa","description":"Handle CSV files from a few German banks and PayPal","archived":false,"fork":false,"pushed_at":"2025-04-14T19:07:19.000Z","size":78,"stargazers_count":2,"open_issues_count":13,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T20:22:58.117Z","etag":null,"topics":["banking","csv","dkb","finance","n26","paypal","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreoliwa.png","metadata":{"files":{"readme":"docs/README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-19T23:48:46.000Z","updated_at":"2024-12-10T06:33:55.000Z","dependencies_parsed_at":"2024-02-03T20:27:39.620Z","dependency_job_id":"6cdb6b0d-3d52-42ad-8685-ac4c85ae9022","html_url":"https://github.com/andreoliwa/bank-csv-rs","commit_stats":{"total_commits":21,"total_committers":3,"mean_commits":7.0,"dds":0.1428571428571429,"last_synced_commit":"54f05b3d04c5d84a1b9ec8b1fb8fbedcc66958fd"},"previous_names":["andreoliwa/bank-csv-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreoliwa%2Fbank-csv-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreoliwa%2Fbank-csv-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreoliwa%2Fbank-csv-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreoliwa%2Fbank-csv-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreoliwa","download_url":"https://codeload.github.com/andreoliwa/bank-csv-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248953776,"owners_count":21188697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["banking","csv","dkb","finance","n26","paypal","rust"],"created_at":"2024-10-01T19:42:11.865Z","updated_at":"2025-04-19T20:25:47.207Z","avatar_url":"https://github.com/andreoliwa.png","language":"Rust","funding_links":["https://www.paypal.com/","https://www.paypal.com/reports/dlog"],"categories":[],"sub_categories":[],"readme":"# bank-csv\n\nHandle CSV files from a few German banks and PayPal.\n\n## Supported CSV files\n\n| Bank                              | Where to get the CSV                                                                      |\n| --------------------------------- | ----------------------------------------------------------------------------------------- |\n| [N26](https://n26.com/)           | [Downloads](https://app.n26.com/downloads)                                                |\n| [PayPal](https://www.paypal.com/) | [Activity report](https://www.paypal.com/reports/dlog)                                    |\n| [DKB](https://www.dkb.de/)        | [DKB Konto Umsätze](https://www.ib.dkb.de/banking/finanzstatus/kontoumsaetze?$event=init) |\n\nPayPal CSV columns can be configured on download and the default columns can change.\n\nThis project uses [polars](https://github.com/pola-rs/polars) to read CSV files directly by column names.\nIt's a heavier dependency, but it's easier to support different CSV formats without being super strict about column order and presence.\n\n## Installation\n\n| From                                           | Command                                                         |\n| ---------------------------------------------- | --------------------------------------------------------------- |\n| [crates.io](https://crates.io/crates/bank-csv) | `cargo install bank-csv`                                        |\n| GitHub                                         | `cargo install --git https://github.com/andreoliwa/bank-csv-rs` |\n\n## Usage\n\nMerge CSV files from a few German banks and PayPal into a single CSV file.\n\n```bash\nbank-csv merge /path/to/import-*.csv\n```\n\n`EUR` transactions are filtered by default. You can choose a different currency with the `--currency` option.\n\n```bash\nbank-csv merge -c USD /path/to/import-*.csv\n```\n\nThis will generate `bank-csv-transactions*.csv` files in the download directory of the computer, with transactions sorted by date and grouped by month.\n\nType `bank-csv --help` for more details.\n\n```bash\n❯ bank-csv --help\nHandle CSV files from a few German banks and PayPal\n\nUsage: bank-csv \u003cCOMMAND\u003e\n\nCommands:\n  merge  Merge one or more bank CSV files and split them into multiple files, one for each month\n  help   Print this message or the help of the given subcommand(s)\n\nOptions:\n  -h, --help     Print help\n  -V, --version  Print version\n```\n\n## Roadmap (TODO)\n\n- [ ] Generate OFX (or QIF) files to be imported into [GnuCash](https://www.gnucash.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreoliwa%2Fbank-csv-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreoliwa%2Fbank-csv-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreoliwa%2Fbank-csv-rs/lists"}