BenjaVR / wallet-statement-parser

Parses bank export files and make them readable by Wallet (by BudgetMakers).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI status

Wallet Statement Parser

Parses bank export files and make them readable by Wallet (by BudgetMakers).

Getting started

Run npm install to install all the dependencies.

How to use

Add files to the input folder and run npm start. All the files that can be parsed will be transformed and copied to the output folder.

The files should start with the parser that should be used. E.g. for the keytrade parser, a file should be called something like keytrade_statement_1.csv.

Supported parsers

  • keytrade

About

Parses bank export files and make them readable by Wallet (by BudgetMakers).

License:MIT License


Languages

Language:TypeScript 98.7%Language:Shell 1.3%