Tagged Questions
The quicken tag has no wiki summary.
5
votes
2answers
1k views
How can I read a Microsoft Money data file using .NET?
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.
5
votes
3answers
3k views
Reading quicken data files
Looking for an open source library, for C++, Java, C# or Python, for reading the data from Quicken .qdf files.
@Swati: Quicken .qif format is for transfer only and is not kept up to date by the ...
2
votes
1answer
246 views
How do programs like quicken access financial institution data?
Basically, I like the idea of managing my money and finances, but would love to build the software customized to how I manage my money. Quicken and Microsoft Money and the likes offer nice solutions, ...
1
vote
1answer
166 views
Need batch file to pull Quicken data file from network location, and then put back when done
My husband and I use Quicken on two separate computers on the same home network. We have two installations of the application, but only one data file that resides on my husband's machine.
Quicken ...
1
vote
1answer
219 views
How can I create a transaction in Perl's Finance::QIF?
I am trying to create a transaction in a QIF file in Perl. I thought that using Finance::QIF would let me create a simple transaction (example: spending $20 at Best Buy), but I'm not seeing a way to ...
1
vote
2answers
106 views
Duplicates in a QIF File?
Does anyone have a good way of deleting duplicate transactions (same date, amount, biller, etc) in a QIF file? I looked at PERL's Finance:QIF, but it appear to have delete a record function.
...