Skip to content

Commit 141702c

Browse files
author
Jens Tec
committed
Update README files to add new supported bank.
Signed-off-by: Jens Tec <1vai6hkn@duck.com>
1 parent 0745729 commit 141702c

2 files changed

Lines changed: 33 additions & 19 deletions

File tree

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,33 @@
44

55
# NL-Bankstatement-converter
66

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).
88

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
1623

1724
## Configuration
1825

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.
2027

2128
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`.
2229

2330

2431
## Usage
2532

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.
2734
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.
2835
3. Import your transactions into GnuCash by importing transactions in the CSV format.
2936

README.nl.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,22 @@
44

55
# NL-Bankstatement-converter
66

7-
NL-Bankstatement-converter is een kleine applicatie om `csv` en `pdf` bestanden van vijf Nederlandse banken en één creditcardaanbieder om te zetten naar een `csv` bestandsformaat dat eenvoudig geïmporteerd kan worden in [GnuCash](https://github.com/Gnucash/gnucash).
7+
NL-Bankstatement-converter is een kleine applicatie om `csv`, `xlsx` en `pdf` bestanden van vijf Nederlandse banken, één Spaanse bank en één creditcardaanbieder om te zetten naar een `csv` bestandsformaat dat eenvoudig geïmporteerd kan worden in [GnuCash](https://github.com/Gnucash/gnucash).
88

9-
De zes banken/kaarten die momenteel worden ondersteund:
10-
* Rabobank - download de transacties in een `csv` bestand
11-
* ASN Bank - download de transacties in een `csv` bestand
12-
* ING Bank - download de transacties in een `csv` bestand
13-
* ANWB VISA ICS Creditcard - download een maandafschrift in `pdf`
14-
* Openbank / Santander - download transacties in een `pdf` bestand
15-
* Bunq Bank - download transacties in een `csv` bestand
9+
### De zeven banken/kaarten die momenteel worden ondersteund:
10+
11+
Transactie data aangeleverd in `csv` formaat:
12+
* Rabobank
13+
* ASN Bank
14+
* ING Bank
15+
* Bunq Bank
16+
17+
Transactie data aangeleverd in `pdf` formaat:
18+
* ANWB VISA ICS Credit Card
19+
* Openbank / Santander
20+
21+
Transactie data aangeleverd in `xlsx` formaat:
22+
* BBVA Bank - Spanje
1623

1724
## Configuratie
1825

@@ -22,7 +29,7 @@ Als u wilt dat de invoerbestanden automatisch worden verwijderd nadat het conver
2229

2330
## Gebruik
2431

25-
Download de transacties van uw bank (ING, ASN, Openbank, Bunq en RaboBank) of maandafschrift (ANWB VISA Card) naar de map die u in het `properties` bestand heeft gedefiniëerd.
32+
Download de transacties van uw bank (ING, ASN, Openbank, Bunq, BBVA en RaboBank) of maandafschrift (ANWB VISA Card) naar de map die u in het `properties` bestand heeft gedefiniëerd.
2633
Start de applicatie en selecteer het bestand dat u wilt converteren. Er wordt een samenvatting op het scherm gegeven en tegelijkertijd wordt het csv-uitvoerbestand naar dezelfde map geschreven.
2734

2835
Importeer uw transacties in GnuCash door transacties in de `csv` indeling te importeren.

0 commit comments

Comments
 (0)