-
As titled, how Miller deal with this kind of files to extract series index and series data? |
Beta Was this translation helpful? Give feedback.
Answered by
aborruso
Jan 12, 2024
Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you add an example of the output you would like? Or the process you would like to run? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure I understand, but I'll try to give you an answer.
Running
<sample.tsv tail -n +6 >body.tsv
, you save the data.Running
<sample.tsv head -n 5 >header.tsv
you save the header.The body will be in this way
If it is useful for you, you can transpose the header, coupling Miller with qsv.