gnucash/Docs/bofa-mym.html
Linas Vepstas 8baed3f070 importing MYM bank-of-a files
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1275 57a11ea4-9604-0410-9ed3-97b8803252fd
1998-10-06 02:21:23 +00:00

37 lines
1.3 KiB
HTML

<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>
http://www-cad.eecs.berkeley.edu/~gooch/mymdump.html
<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>
http://www-cad.eecs.berkeley.edu/~gooch/qifuniq.html
<p>
I hope others find these scripts useful.
<p>
Ken Yamaguchi October 1998
</body>
</html>