1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: libfinance-qif-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfinance-qif-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libfinance-qif-perl.git
Homepage: http://search.cpan.org/dist/Finance-QIF/
Package: libfinance-qif-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Parse and create Quicken Interchange Format files
Finance::QIF is a module for working with QIF (Quicken Interchange Format)
files in Perl. Finance::QIF reads QIF data records from a file passing each
successive record to the caller for processing. This module also has the
capability of writing QIF records to a file.
.
The QIF file format typically consists of a header containing a record or
transaction type, followed by associated data records. Within a file there
may be multiple headers. Headers are usually followed by data records,
however data is not required to always follow a header.
.
A hash reference is returned for each record read from a file. The hash will
have a "header" value which contains the header type that was read along with
all supported values found for that record. If a value is not specified in
the data file, the value will not exist in this hash.
|