Skip to content

fighterpoul/csv2qif-ing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

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.

Prerequisites

Please visit and install core module firstly: csv2qif

Installation

  1. Make sure that your conda environment is active: conda activate csv2qif
  2. Install the plugin: python setup.py install
  3. Check if everything is OK:
> csv2qif-plugins 
ing

Usages

> csv2qif transactions.csv ing transactions.qif

Troubleshooting

Encoding issues

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages