lhga / csv2IIFConvert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csv2IIFConvert

There are cases user may feel better importing bank transactions into quickbooks by IIF. This small project demostrate how to convert a csv file into IIF format.

  • /src/main/kotlin/csv2iif.kt is the single kotlin script does the conversion. simply modify to achieve your need.
  • convertiif.py does the same convertion as above, but written in python3.

About

License:MIT License


Languages

Language:Python 53.2%Language:Kotlin 46.8%