It's a plugin for csv2qif that allows the script to convert transactions written in csv
exported from ING Bank Śląski into qif
file that may be used in programs like HomeBank.
Please visit and install core module firstly: csv2qif
- Make sure that your conda environment is active:
conda activate csv2qif
- Install the plugin:
python setup.py install
- Check if everything is OK:
> csv2qif-plugins
ing
> csv2qif transactions.csv ing transactions.qif
In case of any encoding issues you may need to fix encoding of the input csv file by running
> iconv -f Windows-1250 -t utf-8 original_exported_transactions.csv > fixed_transactions_in_utf8.csv