Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > f53a3df8ddeca10007257b33f867a55e > files > 247

libofx-devel-0.9.1-2.fc12.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>LibOFX: ofx2qif.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.0 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li id="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    <li><a href="globals.html"><span>Globals</span></a></li>
  </ul></div>
<h1>ofx2qif.c File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
Code for ofx2qif utility. C example code. 
<p>
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 usefull, 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 curently supports every tansaction tags of the QIF format except the address lines, and supports many of the !Account tags. It should generate QIF files that will import sucesfully in just about every software with QIF support.<p>
I do not plan on improving working this utility much further, however be I would be more than happy to accept contributions. If you are interested in hacking on ofx2qif, links to QIF documentation are available on the LibOFX home page.<p>
ofx2qif is meant to be the C code example and demo of the library. It uses many of the functions and structures of the LibOFX API. Note that unlike ofxdump, all error output is disabled by default.<p>
usage: ofx2qif path_to_ofx_file/ofx_filename &gt; output_filename.qif 
<p>
Definition in file <a class="el" href="ofx2qif_8c-source.html">ofx2qif.c</a>.
<p>

<p>
<a href="ofx2qif_8c-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="746e398756fe4d68b06e3bbd1418402a"></a><!-- doxytag: member="ofx2qif.c::QIF_FILE_MAX_SIZE" ref="746e398756fe4d68b06e3bbd1418402a" args="" -->
#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ofx2qif_8c.html#746e398756fe4d68b06e3bbd1418402a">QIF_FILE_MAX_SIZE</a>&nbsp;&nbsp;&nbsp;256000</td></tr>

<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7850aaa7c07cabcacb6849e82f773463"></a><!-- doxytag: member="ofx2qif.c::ofx_proc_transaction_cb" ref="7850aaa7c07cabcacb6849e82f773463" args="(const struct OfxTransactionData data, void *transaction_data)" -->
int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ofx2qif_8c.html#7850aaa7c07cabcacb6849e82f773463">ofx_proc_transaction_cb</a> (const struct <a class="el" href="structOfxTransactionData.html">OfxTransactionData</a> data, void *transaction_data)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="8f46bf3d68bbd9cc9d6471d310168b45"></a><!-- doxytag: member="ofx2qif.c::ofx_proc_statement_cb" ref="8f46bf3d68bbd9cc9d6471d310168b45" args="(const struct OfxStatementData data, void *statement_data)" -->
int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ofx2qif_8c.html#8f46bf3d68bbd9cc9d6471d310168b45">ofx_proc_statement_cb</a> (const struct <a class="el" href="structOfxStatementData.html">OfxStatementData</a> data, void *statement_data)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="38eb5d0ff22f171823f8d507255460bd"></a><!-- doxytag: member="ofx2qif.c::ofx_proc_account_cb" ref="38eb5d0ff22f171823f8d507255460bd" args="(const struct OfxAccountData data, void *account_data)" -->
int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ofx2qif_8c.html#38eb5d0ff22f171823f8d507255460bd">ofx_proc_account_cb</a> (const struct <a class="el" href="structOfxAccountData.html">OfxAccountData</a> data, void *account_data)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0ddf1224851353fc92bfbff6f499fa97"></a><!-- doxytag: member="ofx2qif.c::main" ref="0ddf1224851353fc92bfbff6f499fa97" args="(int argc, char *argv[])" -->
int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ofx2qif_8c.html#0ddf1224851353fc92bfbff6f499fa97">main</a> (int argc, char *argv[])</td></tr>

</table>
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 9 21:22:00 2009 for LibOFX by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
</body>
</html>