We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would love to pipe the contents of pqrs cat --json <filename into jq or other tools. Currently the header from pqrs cat prevents me from doing this.
pqrs cat --json <filename
jq
pqrs cat
###################################################### File: ../myfolder/myfile.parquet ######################################################
Is there a chance we can either remove this entirely or remove it specifically when used with the --json flag?
--json
My current version:
❯ pqrs --version pqrs 0.2.0
The text was updated successfully, but these errors were encountered:
Potentially related to --csv --no-header flag that was recently added: #31
--csv --no-header
Sorry, something went wrong.
maybe we can add --quiet argument to cat command, if this is valid, I can make contribute this feature
--quiet
cat
Hi @klion26, for sure - happy to review and release the feature if you contribute.
No branches or pull requests
I would love to pipe the contents of
pqrs cat --json <filename
intojq
or other tools. Currently the header frompqrs cat
prevents me from doing this.Is there a chance we can either remove this entirely or remove it specifically when used with the
--json
flag?My current version:
The text was updated successfully, but these errors were encountered: