Skip to content

yogeshjoshi/QIFParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QIFParser

GPL-3.0

Java library for reading the QIF (Quicken Interchange Format Files) files.

File Format

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.

Full File Format Discription

see full file format description at https://en.wikipedia.org/wiki/Quicken_Interchange_Format