Q – Run SQL Directly on CSV or TSV Files
github.com
Q – Run SQL Directly on CSV or TSV Files
1–10 of 10 posts
Re: Q – Run SQL Directly on CSV or TSV Files
#2Re: Q – Run SQL Directly on CSV or TSV Files
#3is this deliberately named to confuse people with the kdb q language? http://code.kx.com/wiki/JB:QforMortals2/contents
Re: Q – Run SQL Directly on CSV or TSV Files
#4Re: Q – Run SQL Directly on CSV or TSV Files
#5Does Q handle typical aggravated CSV symptoms such as commas in speechmark delimited strings, speechmarks in speechmark delimited strings, strings that contain carriage returns, etc?
Re: Q – Run SQL Directly on CSV or TSV Files
#6is this deliberately named to confuse people with the kdb q language? http://code.kx.com/wiki/JB:QforMortals2/contents
# Name : q (With respect to The Q Continuum)
Re: Q – Run SQL Directly on CSV or TSV Files
#7As the comments say, create the table with a CSV storage backing and then delete the file and symlink any file to the same location. You are now querying your quicken export or your excel file.
Re: Q – Run SQL Directly on CSV or TSV Files
#8Here's a sample how this can be done: http://fdik.org/ado.zip
Such database middleware is missing on many other platforms. Could be an option to think about it.
Re: Q – Run SQL Directly on CSV or TSV Files
#9On Windoze, ADO lets you use SQL directly on any data source for many years now, including CSV, TSV, Exchange Microsoft, and many more. Here's a sample how this can be done: http://fdik.org/ado.zip Such database middleware is missing on many other platforms. Could be an option to think about it.