logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ofx2qif - convert OFX files to QIF format

Author

       Benoit Grégoire <benoitg@coeus.ca>

Caveats

       The libofx maintainer does not plan on improving this utility much further, but contributions and patches
       are gladly accepted. If you are interested in hacking on ofx2qif, links to QIF documentation are
       available on the LibOFX home page.

       Note that all error output is disabled by default.

Description

ofx2qif is a OFX "file" to QIF (Quicken Interchange Format) converter.  It was written as a second code
       example, and as a way for LibOFX to immediately provide something useful, and to give people a reason to
       try the library.  It is not recommended that financial software use the output of this utility for OFX
       support.  The QIF file format is very primitive, and much information is lost.  The utility currently
       supports every transaction tags of the QIF format except the address lines, and supports many of the
       !Account tags.  It should generate QIF files that will import successfully in just about every software
       with QIF support.

History

ofx2qif is meant to be the C code example and demo of the libofx library.  It uses many of the functions
       and structures of the LibOFX API.

Name

       ofx2qif - convert OFX files to QIF format

Options

       This program does not accept any command-line options.

See Also

ofxdump(1), ofxconnect(1)

       <http://libofx.sourceforge.net/>

perl v5.38.2                                       2024-03-31                                         OFX2QIF(1)

Synopsis

ofx2qifpath_to_ofx_file/ofx_filename > output_filename.qif

See Also