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
Hi Jelle,
Very useful repo, thanks for the work! I use it to import into actualbudget.
I couldn't upload a new branch for a pull request, so I'll just paste it here.
If you change the following lines in extractPayee:
if (description.startsWith("SEPA ")) { const match = description.match(/Naam:\s*([^\s].*?)\s*(?=IBAN|BIC|Omschrijving|Machtiging|$)/);
the code will extract the payee for more SEPA types, like "SEPA periodieke overb.", "SEPA incasso" and "SEPA iDEAL", I had quite a few of those.
The text was updated successfully, but these errors were encountered:
Hi Jelle,
Very useful repo, thanks for the work! I use it to import into actualbudget.
I couldn't upload a new branch for a pull request, so I'll just paste it here.
If you change the following lines in extractPayee:
if (description.startsWith("SEPA ")) { const match = description.match(/Naam:\s*([^\s].*?)\s*(?=IBAN|BIC|Omschrijving|Machtiging|$)/);
the code will extract the payee for more SEPA types, like "SEPA periodieke overb.", "SEPA incasso" and "SEPA iDEAL", I had quite a few of those.
The text was updated successfully, but these errors were encountered: