You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
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!
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
The text was updated successfully, but these errors were encountered: