We are building an application that reads files (.OFX/.QFX/.QIF/.QBO/.OFC) and place the data read in the file in a grid.

Does anyone know of a utility or 3rd party tool to convert the file types (.OFX/.QFX/.QIF/.QBO/.OFC) to something more conventional like XML or CSV. Any help will be greatly appreciated!

We are using c#/ASP.NET for developing out web application. The app is hosted on a Windows server if it makes any difference...

link|improve this question

73% accept rate
IS this any help? stackoverflow.com/questions/6790055/… Simon – Simon Halsey Jul 22 '11 at 15:47
Hi Simon. Not really mate. Saw that earlier. Thank you anyway – Rup Jul 22 '11 at 15:49
feedback

3 Answers

up vote 2 down vote accepted

I found a solution to this problem.

Bank2CSV Pro converts various bank, credit card and investment files (QIF, OFX, QFX, QBO, OFC) into CSV format (the file will become a table like a regular spreadsheet with rows as transactions. It supports command line mode:

bank2csv_pro.exe input.ofx output.csv

See http://www.propersoft.net/

link|improve this answer
feedback

fixofx was open sourced from wesabe. It converts various types of financial files including ofx 1.0 and qif files to qfx 2.0, which is an xml-based format and so is easily parsed.

link|improve this answer
Just Perfect! Thanks! – B4NZ41 May 11 at 15:43
feedback

Not sure if you are loking for code to accomplish this or for a utility that does it on the desktop. If it i the latter, then try iCreateOFX Basic which reads OFX and QIF files as well as CSV files into a grid.

link|improve this answer
It does not really cover the entire spectrum of files I need to convert. But thank you for taking the time to post an answer – Rup Jul 22 '11 at 18:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.