An open API service indexing awesome lists of open source software.

https://github.com/yogeshjoshi/qifparser

Quicken Interchange Format File Parser -- Java
https://github.com/yogeshjoshi/qifparser

files java maven maven-pom parser qif qif-file quicken

Last synced: 2 months ago
JSON representation

Quicken Interchange Format File Parser -- Java

Awesome Lists containing this project

README

          

# QIFParser

[![GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE)

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