.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "OFX2QIF 1" .TH OFX2QIF 1 2024-02-01 "perl v5.38.2" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME ofx2qif \- convert OFX files to QIF format .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBofx2qif\fR \fIpath_to_ofx_file/ofx_filename\fR > \fIoutput_filename.qif\fR .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBofx2qif\fR 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. .SH OPTIONS .IX Header "OPTIONS" This program does not accept any command-line options. .SH CAVEATS .IX Header "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 \fBofx2qif\fR, links to QIF documentation are available on the LibOFX home page. .PP Note that all error output is disabled by default. .SH AUTHOR .IX Header "AUTHOR" Benoit Grégoire .SH HISTORY .IX Header "HISTORY" \&\fBofx2qif\fR 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. .SH COPYRIGHT .IX Header "COPYRIGHT" \&\fBofx2qif\fR is Copyright 2002 by Benoit Grégoire . .PP This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. .PP This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. .PP This manual page was written by Bryan Donlan , for the Debian GNU/Linux system (but may be used by others). As portions of this manual page are derived from source code comments, this manual page is also licensed under the terms above. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBofxdump\fR\|(1), \fBofxconnect\fR\|(1) .PP