GithubHelp home page GithubHelp logo

bank-csv-rs's Introduction

bank-csv

Handle CSV files from a few German banks and PayPal.

Supported CSV files

Bank Where to get the CSV
N26 Downloads
PayPal Activity report
DKB DKB Konto Umsätze

PayPal CSV columns can be configured on download and the default columns can change.

This project uses polars to read CSV files directly by column names. It's a heavier dependency, but it's easier to support different CSV formats without being super strict about column order and presence.

Installation

From Command
crates.io cargo install bank-csv
GitHub cargo install --git https://github.com/andreoliwa/bank-csv-rs

Usage

Merge CSV files from a few German banks and PayPal into a single CSV file.

bank-csv merge /path/to/import-*.csv

EUR transactions are filtered by default. You can choose a different currency with the --currency option.

bank-csv merge -c USD /path/to/import-*.csv

This will generate bank-csv-transactions*.csv files in the download directory of the computer, with transactions sorted by date and grouped by month.

Type bank-csv --help for more details.

❯ bank-csv --help
Handle CSV files from a few German banks and PayPal

Usage: bank-csv <COMMAND>

Commands:
  merge  Merge one or more bank CSV files and split them into multiple files, one for each month
  help   Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

Roadmap (TODO)

  • Generate OFX (or QIF) files to be imported into GnuCash

bank-csv-rs's People

Contributors

andreoliwa avatar renovate[bot] avatar

Stargazers

Vladimir Viazovetskov avatar

Watchers

 avatar  avatar

bank-csv-rs's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

cargo
Cargo.toml
  • chrono 0.4.33
  • clap 4.4.18
  • csv 1.3.0
  • dirs 5.0.1
  • encoding_rs 0.8.33
  • polars 0.37.0
  • shellexpand 3.1.0
  • sorted-vec 0.8.3
  • tempfile 3.9.0
github-actions
.github/workflows/rust.yaml
  • fkirc/skip-duplicate-actions v5
  • actions/checkout v4

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.