Library to parse and convert SWIFT MT files
Asked Answered
L

2

6

In order to read and parse MT942, MT940 files, which library is recommended to use.

I came across two options,

  1. Using open-source library provided by PROWIDE
  2. Using SWIFT standard libraries - SWIFT

Is there any other approach to read and parse SWFIT MT files ? Or which is considered best approach to parse and convert MT files?

Linettelineup answered 23/1, 2019 at 5:50 Comment(0)
P
12

I'm one of the authors of the Prowide library.

A major benefit of our library is that it is open source and widely used.

SWIFT base libraries can be very expensive for the average project budget.

Pursy answered 29/1, 2019 at 1:29 Comment(3)
@Linettelineup We use Prowide Core library in one of our large projects and have been very happy so far. The API is clean and clear. There are also good examples online. And if you need support, there's GItHub (Prowide Core is hosted there). Support via GitHub works also really well! I would definitively recommend it. Thanks Sebastian! :thumbsup:Perceivable
@sebastian-zubrinic, Are you providing an option for getting swift proprietary XML?Leela
@TukaramBhosale yes. There is a default XML conversion in the open source prowidesoftware.com/resources/SWIFT-XML then for proprietary XML structures you can take a look at the commercial complementary library prowidesoftware.com/products/integrator/my-format which can handle conversions between MT/ISO20022 and any proprietary XML, CSV or FIXED-LENGTH structure.Pursy
R
1

You can also check FINaplo, a multi-purpose implementation for financial messages.

It provides an online validation service, Java SDKs, as well as REST solutions.

I happen to be one of the authors.

For this specific case, the most suitable answer is a SWIFT MT library, you can check a demo on this GitHub Page.

Richthofen answered 13/4, 2021 at 9:55 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.