Parsing QIF Quicken files in C#
Luca -
☕ 1 min. read
I’m slightly prouder of the structure of this code than the one in the previous blog post. You can simply inherit from QIFParserBase and override a couple of abstract methods to customize the behavior. Still, I just tested it on a couple of test QIF files. It is not production quality at all.
Notice that I don’t even have Quicken. I’m producing these test file with FundManager, which I use for my investments. If your software generates QIF files differently, than you have to modify the code. It shouldn’t be too hard.
It works with VS 2008 beta 2.
0 Webmentions
These are webmentions via the IndieWeb and webmention.io.
1 Comment
Comments
Parsing QIF Quicken files in C
2007-11-26T20:53:24ZPingBack from http://feeds.maxblog.eu/item_781047.html