var fDesc=new Array(); fDesc[0] = "CSV2QBJ (CSV to QBJ (QuickBooks General Journal Entry GJE)) converts bank, credit card files to QBJ (QuickBooks General Journal Entry GJE)(QBJ) format.

What can you do with CSV2QBJ?
- Convert bank, credit card transactions (CSV) to QBJ (QuickBooks General Journal Entry GJE) format reviewing all transactions before converting
- Use it to view your original transaction files (this is free option, no purchase required)
- Combine multiple CSV files into single QBJ (QuickBooks General Journal Entry GJE) file and load it once
- Automate conversion using commandline mode (csv2qbj.exe input.file output.QBJ (QuickBooks General Journal Entry GJE))"; 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 = ''; } }