Gpc
This gem is to parse bank statements in special Czech bank statement format ABO(files with .gpc extension)
Installation
$ gem install gpc
Usage
data = File.read('statement.gpc')
statements = Gpc.parse(data)
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/gpc.
License
The gem is available as open source under the terms of the MIT License.