Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for KBC (Belgium) #51

Open
matthiasgoossens opened this issue Oct 5, 2021 · 3 comments
Open

Add support for KBC (Belgium) #51

matthiasgoossens opened this issue Oct 5, 2021 · 3 comments
Assignees
Labels
bank support enhancement New feature or request

Comments

@matthiasgoossens
Copy link

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

@DanielHaitink
Copy link
Owner

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
Copy link
Owner

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
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bank support enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants