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

Option to omit header row in CSV export #1133

Closed
simonw opened this issue Dec 8, 2020 · 2 comments
Closed

Option to omit header row in CSV export #1133

simonw opened this issue Dec 8, 2020 · 2 comments

Comments

@simonw
Copy link
Owner

simonw commented Dec 8, 2020

?_header=off - for symmetry with existing option ?_nl=on.

@simonw
Copy link
Owner Author

simonw commented Dec 8, 2020

Can work on this as part of #1062.

@simonw
Copy link
Owner Author

simonw commented Dec 8, 2020

Inspiration was this script: https://gist.github.com/simonw/f6e3cd29fde5d15ea9cd746c942046ba - which pipes output through tail -n +2 to strip off the headers.

@simonw simonw closed this as completed in 2c0aca4 Dec 10, 2020
simonw added a commit that referenced this issue Dec 11, 2020
@simonw simonw added the csv label Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant