-
First of all thanks for sharing the code.
I updated cmxl version in my project from 0.2.0 to 1.4.1. Then one of my tests parsing a mt940 is failing.
Quickly i found why this happens. Generation_da…
-
I used the value given by the sha method in statement and transaction to find them in a database.
This works fine for me but some weeks before i thought i lost some transactions in my database.
In …
-
Thanks for this library - it's really useful!
I found a problem with the entry date from in a mutation line from an ABN AMRO (NL) MT940 file. This line seems to be parsed incorrectly:
```
:61:141231…
-
I am trying to convert the library for Android, I can load Umsätze but I can't make SEPATransfers… This is the Problem:
javax.xml.bind,ContextFinder.class does not find the right JAXBContext....
…
-
Hi guys, when I try to parse a MT942 file with the following specs for example:
:20:0980000000183630
:25:GB04BARC20000049051544
:28C:9405/2
:34F:EUR0,
:13D:2204081400+0100
:61:2204080408C10,N…
-
Hi, I'm trying to build a hierarchical JSON representation of MT messages similar to what's documented on MTs Javadocs, but I've noticed an edge case that for some MT's like `MT940`/`MT942` there exis…
-
help xiaomage
-
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…
-
mt942.getField60F().getCurrency(), is not implemented while according to
http://www.iotafinance.com/en/SWIFT-ISO15022-Message-type-MT942.html
this field is optional and can be present (same as for …
-
Hi,
It looks nice source. Thanks! I was looking to parse response message mt103, mt202 and mt202cov and making java object(pojo class) of response for saving into database. Can you please help me how…