|
4 | 4 |
|
5 | 5 | # NL-Bankstatement-converter |
6 | 6 |
|
7 | | -NL Bankstatement converter is a small application to convert `csv` and `pdf` files from five Dutch banks and one credit card provider into a `csv` format that can be easily imported into [GnuCash](https://github.com/Gnucash/gnucash). |
| 7 | +NL Bankstatement converter is a small application to convert `csv`, `xlsx` and `pdf` files from five Dutch banks, one Spanish bank and one credit card provider into a `csv` format that can be easily imported into [GnuCash](https://github.com/Gnucash/gnucash). |
8 | 8 |
|
9 | | -The six banks/cards that are currently supported: |
10 | | -* Rabobank - download transactions in `csv` file |
11 | | -* ASN Bank - download transactions in `csv` file |
12 | | -* ING Bank - download transactions in `csv` file |
13 | | -* ANWB VISA ICS Credit Card - download transactions in monthly account statement `pdf` |
14 | | -* Openbank / Santander - download transactions in `pdf` file |
15 | | -* Bunq Bank - download transactions in `csv` file |
| 9 | +### The seven banks/cards that are currently supported: |
| 10 | + |
| 11 | +Transaction data provided in `csv` format: |
| 12 | +* Rabobank |
| 13 | +* ASN Bank |
| 14 | +* ING Bank |
| 15 | +* Bunq Bank |
| 16 | + |
| 17 | +Transactions data provided in `pdf` format: |
| 18 | +* ANWB VISA ICS Credit Card |
| 19 | +* Openbank / Santander |
| 20 | + |
| 21 | +Transactions data provided in `xlsx` format: |
| 22 | +* BBVA Bank Spain |
16 | 23 |
|
17 | 24 | ## Configuration |
18 | 25 |
|
19 | | -Set your settings in the properties file, like path and name as it is shown on your ANWB Visa ICS Credit Card. If you have Bunq accounts, put unique IBAN identifiers here as well. |
| 26 | +Set your settings in the properties file, like path, name and accountnumber as it is shown on your ANWB Visa ICS Credit Card. If you have Bunq accounts, put unique IBAN identifiers here as well. |
20 | 27 |
|
21 | 28 | If you want the input files to be automatically deleted after the conversion process has finalized, set `AUTO_DELETE` to `YES`. If set to `NO`, input files are archived in the folder `/Archive`. |
22 | 29 |
|
23 | 30 |
|
24 | 31 | ## Usage |
25 | 32 |
|
26 | | -1. Download the transactions from your bank (ING, ASN, Openbank, Bunq and RaboBank) or monthly account statement (ANWB VISA Card) to the folder you defined in the properties file. |
| 33 | +1. Download the transactions from your bank (ING, ASN, Openbank, Bunq, BBVA and RaboBank) or monthly account statement (ANWB VISA Card) to the folder you defined in the properties file. |
27 | 34 | 2. Launch the application and select the file you would like to convert. A summary will be given on the screen, and at the same time the `csv` output file will be written to the same folder. |
28 | 35 | 3. Import your transactions into GnuCash by importing transactions in the CSV format. |
29 | 36 |
|
|
0 commit comments