OFX Data parsing in .NET
Posted by: Rick Strahls WebLog,
on 01 Feb 2007 |
View original
Im working on a project that needs to import a score of financial information using the OFX protocol which are used by Quicken and Money. When I started out on this I was glad to see that these protoocols have been updated to include schema support, so I was hoping that importing data into objects was going to be relative painless.
Unfortunately this is turning out to be not so I havent had any luck getting OFX -> .NET objects to work. After some initial problems getting XSD.EXE to run...