-
From ASN Bank CSV import we get:
boekingsdatum: 27-10-2019,
journaaldatum: 28-10-2019,
valutadatum: 28-10-2019,
From ASN Bank MT940 for the same transaction we get:
* date: 2019-10-27T00:00:00.…
-
I just saw this issue...
@msc01 if you want I can provide you with a "pseudo" csv file which every Raiffeisenbank/Volksbank/Genossenschaftsbank customer in germany gets when they click the "csv ex…
msc01 updated
3 years ago
-
> Man könnte zusätzlich noch philosophieren ob MT490 parsen überhaupt Teil von FinTs ist, aber natürlich ist es schön direkt an brauchbare Daten ranzukommen.
_Originally posted by @ampaze in https:…
-
Hi, can ths package also be used to create and write MT940 files? If so, how?
-
Hi
Recently, I use this libarary to query SWIFT data. it's a very excellent library. Thank you for your contribution.
However,I found duplication transaction in MT940 &MT942,I don't konw about M…
-
See below:
```bash
→ cat ~/Downloads/revolut.csv | wc -l
56
→ grep -c TRANSFER ~/Downloads/revolut.csv
7
→ python3 main.py --in ~/Downloads/revolut.csv --out ~/Downloads/revolut.mt940 --ac…
-
Would it be easy to add an mt940 writer? I'm trying to go from a CSV file I've read in memory to an 940 file.
-
When using .swi-Files from Dutch Rabobank, the IBAN, BIC and Payer is not detected by the importer, thus rendering automated refunds impossible.
My understanding of MT940 is limited, but I would as…
-
I download the vmdk files for hassio 5.8 and 5.9
When I only start it and did no configuring. I find some strange dutch bank files in it
see screenshot
https://www.screenpresso.com/cloud/bK2Od/
-
When I transfer money between my savings account and my current account, the transaction should show up once in each. I should equate those in the import and only create 1 transaction in the converted…