home *** CD-ROM | disk | FTP | other *** search
/ Enter 2000 February / Enter2_2.iso / live / usr / X11R6 / lib / X11 / cbb / contrib / importcat.README < prev    next >
Encoding:
Text File  |  1998-10-07  |  1.7 KB  |  42 lines

  1. #!/usr/bin/perl
  2.     This is a simple perl script to convert Quicken exported
  3. category files to CBB format. To use it, first export the categories
  4. from your accounts by starting up Quicken and exporting ONLY the categories
  5. from each relevant account as a .qif file. I just exported categories from
  6. a checking account which contained all the Quicken defaults and some
  7. personal categories. After rebooting Linux you can "cat" together several
  8. .qif files if necessary. Then run importcat.pl from the cbb
  9. contrib directory as follows:
  10.  
  11.          importcat.pl file [category file]
  12.  
  13. where "file" is a Quicken exported .qif file of categories
  14. and "category file" is an optional name of the CBB format
  15. category file, which defaults to "categories" if omitted.
  16. Then just copy this file (rename it "categories") to your 
  17. accounts directory to use it. You can append the CBB defaults if 
  18. you want but there are lots of redundancies with the Quicken defaults.
  19.  
  20. NOTE: It's better to import the categories before setting up your 
  21. accounts in order to have the CBB account names added to this
  22. categories file. Otherwise you might have to cut and paste accounts 
  23. from your previous categories file.
  24.  
  25. If you have any trouble with this email me at wright@physics.unc.edu
  26. or the cbbers mailing list. This has only been tested with Quicken3.0
  27. files. Hope this is useful 8^)
  28.  
  29. Brian Wright
  30.  
  31.  
  32. ============================================================================
  33. Brian D. Wright                 Phone:  (919) 962-7212  
  34. Department of Physics & Astronomy     Fax:    (919) 962-0480
  35. CB# 3255, Phillips Hall            E-mail: wright@physics.unc.edu
  36. University of North Carolina
  37. Chapel Hill, North Carolina 27599
  38.  
  39. http://www.physics.unc.edu/~wright/home.html
  40. ============================================================================
  41.  
  42.