-
Hi is this repo still maintained? I would like to use it or even convert it to a laravel library but I see that the last commit is from 2014. @sandermarechal
-
The tag 61 from the ASNB bank has a format for tag 61 which is not conform the Swift specifications. They use the IBAN (34x) for customer reference (16x). See attachment example.
From: https://www.…
-
I am running Firefly III version 4.7.2.2 (on Sandstorm)
#### Description of my issue:
I would like to import MT940 bank statements (*.STA files I can download from my bank) into Firefly iii to kee…
-
- date range
- format (csv or mt940)
- accounts to export
- include attachments
- export original import csv files (ff saves them)
-
First of all, thank you for all the work on this! It's already saved me a bunch of time.
That said, I believe there may be a bug in the way statements are parsed, with regards to field type `86`.
…
ndrsn updated
4 years ago
-
Hallo,
wir hatten zum Jahreswechsel einige Buchungen bei denen ein Buchungsdatum 2018-12-30 generiert wurde welches natürlich 2019-12-30 sein müsste.
Ich habe die Zeile : 61 aus den Rohdaten ang…
-
Seems the current parsing for this library changed slightly.
Instead of `mt940.parse` I need to use a class:
```
obj = mt940.MT940("Downloads/20200110-1631282804-umsMT940.TXT")
```
This fails…
-
Building a SaaS here selling monthly and yearly subscriptions. Just got my Mollie account and working on Cashier Mollie now. then I bumped into https://docs.ecurring.com/ . A(nother) setup by Mollie t…
-
Hello.
I'm trying to understand how to use this parser, so I'm not sure if it's me or my MT940 file's fault ;-)
My `sta` file is from ING (Poland).
I've tried this:
```php
-
https://github.com/ccavanaugh/jgnash/blob/f38a9c4ed4343a0700f5e0e5bafaa44677401e29/mt940/src/main/java/net/bzzt/swift/mt940/parser/Mt940Parser.java#L113
I'm trying to use this implementation in my …