I have a requirement to read and import data from MS Money data file. How can I achieve this? Is there a SDK available?
I would like to have a similar mechanism to read Quicken files too.
|
feedback
|
|
With Microsoft discontinuing the MS Money product, I was researching the same issue to try to do a full data export of MS Money data file transaction information. The best I have been able to come across was a forum posting detailing manipulating the file to be readable via MS Access. Unfortunately, his method required purchasing a piece of software to "repair" the file to make it openable. The thread is here: http://www.archivum.info/microsoft.public.money/2007-09/msg00739.html and the text is below.
I would hope since MS is no longer going to support the product or data file format that they would release the data file spec so that tools could be created to properly export existing data. | |||
|
feedback
|
|
| ||||
|
feedback
|
|
OFX has nothing to do with MS Money data file (mny). OFX is an open standard based on sgml or xml depending on OFX version, MNY is a proprietary binary format. MS Money can import OFX files but that's all. If the requirement is to import only once then export from Money to csv or qif and process the exported files. Same applies to Quicken. Money Sunset is free. | |||
|
feedback
|