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.