Skip to content
New issue

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

consider removing first few lines of output from pqrs cat --json? #35

Open
AlJohri opened this issue Oct 31, 2022 · 3 comments
Open

consider removing first few lines of output from pqrs cat --json? #35

AlJohri opened this issue Oct 31, 2022 · 3 comments

Comments

@AlJohri
Copy link

AlJohri commented Oct 31, 2022

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.


######################################################
File: ../myfolder/myfile.parquet
######################################################

Is there a chance we can either remove this entirely or remove it specifically when used with the --json flag?

My current version:

❯ pqrs --version
pqrs 0.2.0
@AlJohri
Copy link
Author

AlJohri commented Oct 31, 2022

Potentially related to --csv --no-header flag that was recently added: #31

@klion26
Copy link

klion26 commented May 30, 2024

maybe we can add --quiet argument to cat command, if this is valid, I can make contribute this feature

@manojkarthick
Copy link
Owner

maybe we can add --quiet argument to cat command, if this is valid, I can make contribute this feature

Hi @klion26, for sure - happy to review and release the feature if you contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants