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

Issue with pretty print

mkalioby opened this issue · comments

Describe the bug and expected behavior
Long field values are broken into 2 lines which means the results, this is difficult because this means data can't be exported to Excel or any similar spreadsjeet

./dsq Summary.csv 'select workflow,requested_test,count(*) from {} group by workflow,requested_test' -p

Selection_441

Reproduction steps
Just run the sample command against the csv file.Summary.csv

Versions

  • OS: Linux mk-cgm 5.14.0-1048-oem #55-Ubuntu SMP Mon Aug 8 14:58:10 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
  • Shell: bash
  • dsq version: Version v0.22.0]

Instead of changing this before I think we should support exporting to CSV.