reubano / csv2ofx

A Python library and command line tool for converting csv to ofx and qif files
MIT License
199 stars 113 forks source link

Change Categories to class over split #90

Closed kd8bny closed 2 years ago

kd8bny commented 2 years ago

When importing (homebank) each transaction would be added as a split. This change imports the transaction with the correct category without a split.

reubano commented 2 years ago

You edited the mint mapping. You should create a separate mapping just for homebank and use that when you run the script.

csv2ofx -x /path/to/homebank.py homebank.csv