How avoid header row in the output when writing line-based formats? #2687
Unanswered
hoclun-rigsep
asked this question in
Q&A
Replies: 1 comment
-
I don't think you can do this with any command or option that is built in to visidata. But if you have a specific format you want to save in, you could create a custom save function, for a new filetype/extension, that does not write a header row. For example, if you copy visidata/visidata/loaders/tsv.py Lines 104 to 105 in 8f8aaec And comment out the lines that save the header: visidata/visidata/loaders/tsv.py Lines 120 to 121 in 8f8aaec Then saving the file as output.tsv2 will make a file without the header row.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
?
Beta Was this translation helpful? Give feedback.
All reactions