On Mar 26, 2009, at 10:34 PM, Lance wrote: > I just realized the MoneyWell data file is simply a SQLite database. > Assuming you have sqlite installed and some DB knowledge, it's fairly > straightforward to determine the balance of each bucket and extract > that into a more portable format. > > I've now got a script I can run whenever I update MoneyWell that will > grab the list of buckets and their current balance and email that off > to both me and my wife so we always have the latest balances on our > iPod Touches. Needless to say, my urgency in wanting a CSV/TXT export > option in MoneyWell has decreased significantly :) > > Of course if the DB format changes in a future version of MoneyWell, > my script will likely break, but hopefully a future version will also > have AppleScript support so this type of utility could be made more > robust and also shared with other users who could benefit from it.
Hi Lance, Yes, it is a SQLite database but please only use read access scripts. The relationships in the database are a bit more complex than a typical one. AppleScript support is on the list for future support. Thanks. Peace, Kevin Hoctor [email protected] No Thirst Software LLC http://nothirst.com http://kevinhoctor.blogspot.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "No Thirst Software User Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/no-thirst-software?hl=en -~----------~----~----~----~------~----~------~--~---
