Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 483 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 483 Bytes

YNAB Translator

This is a simple library to translate your bank exported transactions (as a csv file) to YNAB format.

Currently supported Banks:

  • mBank (Poland)

Installation

Just a simple installation needed (composer is required)

$ composer install

Usage

mBank

$ bin/console radnok:ynab-translator:mbank <csv-file-path>

Development

Running tests:

$ composer tests

Contributing

Any contributions are welcome.