-
Currently does not exist a Loader Bank Statement for read [QIF format](https://en.wikipedia.org/wiki/Quicken_Interchange_Format), it is a standard format for some banks, is nice to have it for loader …
-
So I have a parser that looks like this:
```rust
fn mt940_message() -> impl Parser
where
I: Stream,
I::Error: ParseError,
{
take_until_range("\r\n")
}
```
But that gives me a…
-
SWIFT headers like `{1:F01AXISINBBAXXXXXXXXXXXXX}{2:I940XXXXXXXXAXXXN}{4:` should be supported.
see also issue #8
-
Hello, I am using the mollie/laravel-mollie (with mollie-api-php) repo.
Api version 2.0
From the mollie dashboard a user has the ability to download a MT940 file.
Is it possible to download this …
-
Is it possible to implement support for block 1, 2, 3 and 5?
-
Example line from MT940 file
:61:1807300730D28,5N132000002018827922//B8G30PGA01UD901N
Correct price: Debit 28,50
Parsed price: Debit 901,00
Problem comes from the regex in parseTransactionPric…
-
Hi Torsten,
first thanks for your astonishing work. Unfortunately I can't get the transactions from an Sparkasse (Hildesheim) account.
That's my code so far:
```
libfintx.Main.Assembly("libfin…
-
I recently had problems with MT940 so I upgraded to 1.1.0 and from that time I got issues (but it may also be the bank changing the format).
MT940 piece:
```
:61:180627D79,NMSCXXXX3550//MA-20-000…
-
I tried to test mt940 in IDLE and I got error:
>>> import mt940
Traceback (most recent call last):
File "", line 1, in
import mt940
File "C:\Program Files\Python36\lib\site-packages\mt…
-
Hi,
I have a feature request that would help me a lot.
Would it be possible to expose the mt940.models.Balance
for FinalOpeningBalance and FinalClosingBalance together with
a statement? The ph…