HOW TO : import bank statement in CSV format

Created by Maxime DOYEN
Keywords:
Last updated by:
Maxime DOYEN

HomeBank use a dedicated column order format to manage CSV file.

Please see the http://homebank.free.fr/help/ 'CSV file format section
direct link is http://homebank.free.fr/help/misc-csvformat.html

CSV is not a financial format. You and your bank should avoid using it.
If you can't use OFX/QFX or QIF file format, there are some tools that may help you in converting into HomeBank CSV format.

let's quote QuiConv for © Windows, that enable to convert any CSV file to QIF file.

google is your friend under Linux or other OS to find similar tool/scripts

omebank does not have a on-board converter for CSV.

A possible solution is the universal csv-file Homebank-file converter written in Python. This script can be found at:
        https://github.com/profiler/HB_Convert.

You can also find a compilation of all existing script so far at:
        https://github.com/fquinto/homebank_import_scripts