Skip to content

Is it possible to use a miller verb to remove an implicit header? #993

Answered by aborruso
pjfarleyiii asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @pjfarleyiii , if you have

a,4
b,3
c,19

you can run

mlr --csv -N sort -f 2 input.txt

to have

c,19
b,3
a,4

-N is the same of --implicit-csv-header --headerless-csv-output

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pjfarleyiii
Comment options

Answer selected by pjfarleyiii
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants