mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 13:39:43 -06:00
77b52f628f
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1993 57a11ea4-9604-0410-9ed3-97b8803252fd
42 lines
1.4 KiB
HTML
42 lines
1.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
|
<html>
|
|
<head>
|
|
<title>Importing MYM Files</title>
|
|
</head>
|
|
<body>
|
|
<h1>Managing Your Money --> GNUCash</h1>
|
|
|
|
I have finally put the Perl script that allowed me to use GNUCash
|
|
up on a web site. I had a couple years of data in Managing Your
|
|
Money 2.x that I didn't want to reenter. The script will output a
|
|
single QIF file with all transactions, accounts, and categories.
|
|
(Currently only non-investment transactions are handled.) The QIF
|
|
file can be imported to xacc-1.0.18 if a small patch is applied to
|
|
QIFIO.c. The site is
|
|
|
|
<p> <a href="http://www-cad.eecs.berkeley.edu/~gooch/mymdump.html">
|
|
MyMdump</a></p>
|
|
|
|
<h1>Duplicate Transactions</h1>
|
|
|
|
I also have a script that I use to remove duplicate transactions at
|
|
the QIF level. I use this script because Xacc is very strict about
|
|
duplicates (which is good) and because editing imported
|
|
transactions will cause a re-import of the same transactions to
|
|
produce duplicates. (I download the same month's transactions from
|
|
my bank several times each month, so each downloaded QIF
|
|
file--after the first--contains transactions I have already
|
|
imported. I don't want to rely on the bank sending me the
|
|
transactions in the same order or with the same formatting.) The
|
|
site is
|
|
|
|
<p> <a href="http://www-cad.eecs.berkeley.edu/~gooch/qifuniq.html">
|
|
qifuniq</a></p>
|
|
|
|
<p> I hope others find these scripts useful.</p>
|
|
|
|
<p>Ken Yamaguchi October 1998</p>
|
|
</body>
|
|
</html>
|
|
|