Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Library to parse and convert SWIFT MT files

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?

like image 367
DAIRAV Avatar asked Jan 26 '23 20:01

DAIRAV


1 Answers

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.

like image 152
Sebastian Zubrinic Avatar answered Jan 31 '23 18:01

Sebastian Zubrinic