var fDesc=new Array(); fDesc[0] = "Bank2CSV is an useful utility to convert your OFX, QFX, QIF, QBO, OFC files to CSV (comma separated value) format. Simply browse for your file, review transactions, save it or copy to clipboard. New feature- print or save to PDF (print first and then select to export to PDF).

Bank2CSV knows many bank statement formats ( QBO (Quickbooks Web Connect), QFX (Quicken Web Connect), QIF (Quicken Interchange Format), OFX (Open Financial Exchange or Microsoft Money), ASO (Sage, Sage 50).

Use Bank2CSV to review transactions and save to CSV, Excel, copy to clipboard (and then paste under your spreadsheet application). Also supported CSV Mint option to import into Quicken for Mac 2015 (categories are supported), and POSH option, to import into POSH."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }