CSV SQL Console Wiki
Executes SQL query and redirects output to new CSV file
Brought to you by:
ujos
This tool is designed to join multiple CSV files into one CSV file with possibility to sort, group and filter data. Based on ODBC "Microsoft text driver (.txt;.csv)" it supports almost all futures of the SQL. Works offline. Does not require Microsoft Access, SQL Server and other heavy tools.
# CsvConsole "job file"
CsvFilesFolder;SQL File;OutputCsvFile
Test;MDSvcLatency.sql;out/MDSvcLatency.csv
Test;MDSvcLatencyPerMessage.sql;out/MDSvcLatencyPerMessage.csv
Test;MDSvcFstEntryLatency.sql;out/MDSvcFstEntryLatency.csv
As far as tool uses ODBC driver, it requires schema.ini file. File can be created by Windows ODBC DataSource Administrator. File can be empty. Sample file can be found in the Files section.