1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
This is a parser for CSV statements produced by UniCredit Bank Czech Republic and Slovakia a.s. from account transaction history. It is a plugin for `ofxstatement`_.
.. _ofxstatement: https://github.com/kedder/ofxstatement
It supports three formats of CSV files (blame the bank management)::
-t unicreditcz16 CSV (called as "UNICREDIT") used till 07-Oct-17 (old banking)
-t unicreditcz17 CSV (called as "UNICREDIT") used till 07-Oct-17 (new banking)
-t unicreditcz CSV used since 08-Oct-2017 (new banking)
Usage
=====
::
$ ofxstatement convert -t unicreditcz export.csv export.ofx
$ ofxstatement convert -t unicreditcz:EUR export.csv export.ofx
Configuration
=============
To edit the configuration file run::
$ ofxstatement edit-config
and set any options you wish::
[unicreditcz:EUR]
plugin = unicreditcz
currency = EUR
account = Uni EUR
|