-
-
Notifications
You must be signed in to change notification settings - Fork 85
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 concat option "--del-header". #258
Comments
Actually, I do not fully understand what's the purpose of the commands. Can we just
|
Yes, but I think |
The option |
I'm closing this issue because it duplicates existing behaviour.
|
I would just like to second that having a global option to not output a header would be great. |
Sounds reasonable and might be also helpful for others. Please create a new issue, in case this one being ignored. |
gosh, it's added, it's a lot of work. @derekmahar @mbhall88
|
Thank you for implementing this feature! |
Please consider adding option
--del-header
(or similar) tocsvtk concat
. Consider the scenario of usingxargs
to concatenate a large number of CSV files:Output:
If
csvtk concat
had option--del-header
, we could replacexargs csvtk del-header
withxargs csvtk concat --del-header
:Desired output:
Prerequisites
csvtk version
See
csvtk concat
.Describe your issue
The text was updated successfully, but these errors were encountered: