Sha256: abef82a2eff47561ffdbd07f00bbe764d6513229640ce4b2c2ac30e33711c003
Contents?: true
Size: 1.55 KB
Versions: 2
Compression:
Stored size: 1.55 KB
Contents
MT940 ====== Basis parser for MT940 files, see [MT940](http://nl.wikipedia.org/wiki/MT940) The following Dutch banks are implemented: * ABN Amro * ING * Rabobank * Triodos Usage ===== With the file name as argument: file_name = '/Users/dovadi/Downloads/ing.940' @transactions = MT940:::Base.transactions(file_name) or with the file itself: file_name = '/Users/dovadi/Downloads/ing.940' file = File.open(file_name) @transactions = MT940:::Base.transactions(file) * Independent of the bank, a transaction always consists of: - accountnumber - bank (for example Ing, Rabobank or Unknown) - date - amount (which is negative in case of a withdrawal) - description * With the Rabobank the contra_account with its owner is extracted as well. Contributing to MT940 ===================== * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it * Fork the project * Start a feature/bugfix branch * Commit and push until you are happy with your contribution * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. Copyright ========== Copyright (c) 2011 Frank Oxener - Agile Dovadi BV. See LICENSE.txt for further details.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mt940-0.5.1 | README.md |
mt940-0.5.0 | README.md |