Java library for reading the QIF (Quicken Interchange Format Files) files.
A QIF file typically has the following structure:
!Type:[type identifier string] [single character line code]Literal String Data ... ^ [single character line code]Literal String Data ... ^
QIF File format Example-
!Type:Bank D03/03/10 T-379.00 PCITY OF SPRINGFIELD ^ D03/04/10 T-20.28 PYOUR LOCAL SUPERMARKET ^ D03/03/10 T-421.35 PSPRINGFIELD WATER UTILITY ^ ...etc.
see full file format description at https://en.wikipedia.org/wiki/Quicken_Interchange_Format