ekampp / swifty

A SWIFT message parsing library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swifty

A SWIFT message parsing library.

It supports parsing the following SWIFT file types:

  • MT940

Install

gem 'swifty'

Usage

Parsing a MT940 message:

mt940 = Swifty::MT940.parse('/path/to/mt940.file')

About

A SWIFT message parsing library


Languages

Language:Ruby 100.0%