How to parse a MT940 swift message using C#?
Below is the message that I have to parse:
:20:MT940-1411201901
:25:1234567837710016
:28C:008/201
:60F:C171224SAR145597,13
:61:2107221722D17000,NCHK219120//14218-102431Abnamb
:61:2107221722D17000,NCHK219120//14218-102431Abnamb VSP
:62F:C291124SAR145597,13
How can I realize that?
You should use this library this library instead of reinventing the wheel!
I was trying to create a parser that worked until I face some banks customisations that were MT940 compliant but my code could not manage that.