harelba / q

q - Run SQL directly on delimited files and multi-file sqlite databases
http://harelba.github.io/q/
GNU General Public License v3.0
10.19k stars 421 forks source link

Feature request: replace spaces in column names with underline #302

Open dserodio opened 2 years ago

dserodio commented 2 years ago

It's annoying to work with column names containing spaces because the backtick used for quoting is interpreted by the shell. It would be awesome if q was able to replace the spaces with underlines to make working with these files easier.