Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 372 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 372 Bytes

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.