• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Export to MS Money - Quicken

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
As per my requirement i want to export the data which is in DO to the MS Money and Quicken format.How to do the export for these file types?.
As per my konwledge, using iText we can do export to .pdf and .rtf .So is there any way like adding a jar and using the methods as like iText.

Kindly suggest me to solve this issue.

Thanks
mohan
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The open source money management application Buddi -which is written in Java- has plugins for importing and exporting QIF files (which is what MS Money and Quicken use). You should be able to lift code from that for your purposes (respecting its GPL license, of course).

Another open source Java application that can import/export QIF is Eurobudget.
[ October 29, 2007: Message edited by: Ulf Dittmer ]
reply
    Bookmark Topic Watch Topic
  • New Topic