UNPKG

ynab-csv-nordea-cli

Version:

Convert Nordea CSV files to YNAB compatible CSV files

42 lines (26 loc) 745 B
Please get in touch if you have any ideas or ways this could be improved! # ynab-csv-nordea-cli A simple CLI for converting Nordea DK csv files into YNAB files. ### Installation Prerequisites: [Node.js](https://nodejs.org/en/) (>=4.x, 6.x preferred), npm version 3+ and [Git](https://git-scm.com/). ``` bash $ npm install -g ynab-csv-nordea-cli ``` ### Usage ``` bash $ ynab-nordea-convert ``` or ``` bash $ ynab-nordea-convert -i <file> -o <file> ``` Example: ``` bash $ ynab-nordea-convert ``` Will prompt you to select an input file (.csv) and will then automaticly output to output.csv in the same directory. ``` bash $ ynab-nordea-convert -i poster.csv -o output.csv ``` ### License [MIT](http://opensource.org/licenses/MIT)