A simple tool for running sql 'select' queries on big csv files.
The gui uses a browser interface but runs locally on your computer. It can also be used on command line or by other programs like this server. Gui does not work with Internet Explorer.
The ability to handle big files comes from its custom SQL-like interpretter. The drawback is that not all SQL features are implemented, like some subqueries and unions (yet).
How to use it
Run the program and it will automatically open the interface in your web browser. It will automatically exit after 3 minutes when you close the browser window.
The 'Help' button shows directions for using it. To view CLI instructions, use the -h flag.