I'm trying to extract query results as CSV for ingestion into another tool. There's no obvious way in sqlline, the web UI, or the docs to extract query results as CSV (or other formats).
sqlline ./test.sql > output.csv doesn't work. Is there a way to pass sqlline a query file and then dump the output? Thanks
