Talk:How to convert Microsoft Money file

From MTHWiki

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 +
=[http://ezemitekywe.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]=
Q: Is it possible to export the information from Microsoft Money Essentials? It does not appear to have any export capabilities built in, however I am very interested in switching to your software.
Q: Is it possible to export the information from Microsoft Money Essentials? It does not appear to have any export capabilities built in, however I am very interested in switching to your software.
Line 7: Line 8:
-
<code><pre>
+
&lt;code&gt;&lt;pre&gt;
Account Transactions
Account Transactions
All Accounts
All Accounts
Line 19: Line 20:
,1997-08-27,MBTA,R,Cash,,Transportation,-2.0000
,1997-08-27,MBTA,R,Cash,,Transportation,-2.0000
-
</pre></code>
+
&lt;/pre&gt;&lt;/code&gt;

Revision as of 03:50, 24 November 2010

Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page

Q: Is it possible to export the information from Microsoft Money Essentials? It does not appear to have any export capabilities built in, however I am very interested in switching to your software.

A: In general, if Microsoft Money can export reports into CSV (Comma Separated Value) file, then we can import it.


Here is a typical CSV File generated by Microsoft:


<code><pre> Account Transactions All Accounts


Num,Date,Payee,C,Account,Memo,Category,Amount ,1997-04-10,CVS,R,Cash,,Food : Groceries,-5.1700

,1997-04-17,CVS,R,Cash,,Food : Groceries,-2.8900

,1997-08-27,MBTA,R,Cash,,Transportation,-2.0000 </pre></code>


We basically need only Num, Date,Payee,C,Account,Memo,Category and Amount

We don't need running balances or other extra information that is sometimes generated.

If you can get a report in this format out of any version of Microsoft Money then we will be able to take it in

Personal tools