Skip to content

SinyaWeo/ofxstatement-mbankcz

 
 

Repository files navigation

ofxstatement-mbankcz

This is a parser for CSV transaction history exported from mBank S.A. (Czech Republic) from within the report in Account History (CSV).

The expected field separator is semicolon (";") and character encoding Win-1250.

It is a plugin for ofxstatement. I've based this on the ofxstatement-equabankcz plugin.

Usage

❗ Remove any non-data lines from CSV file so only column headers and data lines are present.

$ ofxstatement convert -t mbankcz movements.csv mbank.ofx

Configuration

$ ofxstatement edit-config

And enter e.g. this:

[mbankcz]
plugin = mbankcz
currency = CZK
account = mKonto

Issues

I've created this to conform mainly to my needs, so it is possible that I haven't covered all possible transaction types, etc. If you have an improvement, feel free to open an issue or a pull request.

About

Plugin for importing CSV export from Czech branch of mBank S.A. for https://github.com/kedder/ofxstatement

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 97.3%
  • Makefile 2.7%