-
Notifications
You must be signed in to change notification settings - Fork 30
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
add cat --csv --no-header option #31
add cat --csv --no-header option #31
Conversation
`pqrs cat --csv-no-header parquetFile` will output a csv without the headeradd cat --csv-no-header option
`pqrs cat --csv-no-header parquetFile` will output a csv without the header line
Instead of combining the argument as `--csv-no-header`, make `--no-header` an additional flag for `--csv`. For example: `pqrs cat --csv --no-header parquetFile`
… cat-csv-no-header
It looks like my editor put in a few markdown syntax changes by accident. I can revert those if necessary. |
ok. I removed those markdown changes |
Thanks a lot! I will release a new version with this change shortly. |
Awesome! Thanks for the quick turn around. |
@manojkarthick Will you be able to deploy a new release soon? I would love to reference your version to get this feature rather than building my own. Thanks in advance! |
Sorry for the delay @jeffbski-rga - the Release workflow is broken and I've had time to fix it yet. I've published it on Cargo now, not sure that's how you plan to reference it |
pqrs cat --csv-no-header parquetFile
will output a csv without the header line