Is it possible to use a miller verb to remove an implicit header? #993
Answered
by
aborruso
pjfarleyiii
asked this question in
Q&A
-
I have a process that creates headerless CSV's from a gawk script, uses miller sort to sort them using the "--hi" flag and then appends them to a collection file using code like this:
I do NOT want the "--hi" header copied to the output. Now, I know that can do it this way:
But is there a way to use a miller capability to do undo the "--hi" addition of a header line for the sort process? Peter |
Beta Was this translation helpful? Give feedback.
Answered by
aborruso
Mar 20, 2022
Replies: 1 comment 1 reply
-
Hi @pjfarleyiii , if you have
you can run
to have
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pjfarleyiii
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @pjfarleyiii , if you have
you can run
to have
-N
is the same of--implicit-csv-header
--headerless-csv-output