var fDesc=new Array(); fDesc[0] = "SqliteToTxt - The better tool to export Sqlite data to file

SqliteToTxt - Export Sqlite data to file (csv, tsv, txt, sql, xml, excel...). SqliteToTxt is a tool to export Sqlite data to file (csv, text, sql, xml, html, excel...).

SqliteToTxt is convenient:
1. Easy visually config, just click on the mouse.
2. Displaying Progress, time estimation.
3. Saving and loading session parameters, let you repeat your task easily.

SqliteToTxt is powerful:
1. Support multiple file format: csv, txt, sql, xml, html, Excel.
2. Export from both table and query.
3. Export all tables data in a schema to files in same time."; 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 = ''; } }