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
- Host: GitHub
- URL: https://github.com/yogeshjoshi/qifparser
- Owner: yogeshjoshi
- License: gpl-3.0
- Created: 2019-03-20T08:55:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-20T06:35:19.000Z (about 7 years ago)
- Last Synced: 2025-07-20T09:52:32.496Z (11 months ago)
- Topics: files, java, maven, maven-pom, parser, qif, qif-file, quicken
- Language: Java
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QIFParser
[](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