YNABGoingDutch icon indicating copy to clipboard operation
YNABGoingDutch copied to clipboard

Add support for KBC (Belgium)

Open matthiasgoossens opened this issue 3 years ago • 3 comments

Please state the bank name and the type of account you would like to be supported. --> Checkings account for KBC (Belgium)

It is important to add an anonymized CSV file from the requested bank to your issue. You can add this file in a .zip.

KBC_csv.zip

matthiasgoossens avatar Oct 05 '21 18:10 matthiasgoossens

Small question: How are IBANs formatted in belgium? In the Netherlands we have an IBAN of NL00ABNA0123456789. In this case the ABNA is tha ABN-AMRO bank. The tool uses this bank code to deduce the bank using the IBAN (when no specific header is given).

DanielHaitink avatar Oct 06 '21 09:10 DanielHaitink

According to this site the IBAN contain a number instead of a string which refers to the bank, which is fine. The only problem is that banks can have multiple numbers.

For now this is fine, but I might need to add support for that in the future.

Will try to add support tonight!

DanielHaitink avatar Oct 06 '21 10:10 DanielHaitink

I see that I need to adapt the CSV splitting code for this issue. The numbers are separated by a comma instead of a decimal point. This messes with the regex. Will take a little bit longer!

DanielHaitink avatar Oct 06 '21 13:10 DanielHaitink