multiprocessio / dsq

Commandline tool for running SQL queries against JSON, CSV, Excel, Parquet, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support of an input SQL file

matrixise opened this issue · comments

Like jq or some other CLIs, there is a flag for an external file -f.

For example, with jq, we can use jq -f script.jq

That will be really useful in some cases, for example, when you want to define a lot of queries.

dsq -f query.sql file1.json file2.json file3.json

Thank you

That's a good idea!

Working on it

Closed in #49. Thanks @Ghibranalj for the fast work!

Releasing this shortly.

This is now available in dsq 0.15.1!

Hey, thank you for the feature.

Have a nice day,

Is this documented anywhere? Neither the cli help nor the github front page (as recommended by the help) mention this but luckily I found this issue! Perhaps consider documenting it?

Feel free to add it to the docs @jberger!