-
Notifications
You must be signed in to change notification settings - Fork 70
Description
Being able to output CSV/TSV without a header row is a common config knob in tools that support these formats, so SuperDB should offer it as well.
Details
At the time this issue is being opened, super is at commit 91273f3.
We've reached consensus on dropping the -f text output option due to its many quirks and -f tsv is a close equivalent. However, one feature -f text has that has led me (personally) to depend on it is the way it outputs tab-separated values without a header line. This matters because "TSV with no header" happens to be the format of outputs in sqllogictests. I'm currently working around this by patching my super when running tests, but it would be great to have a supported "no header" flag to use alongside -f tsv.
If we're feeling ambitious and want to be symmetrical as we're adding enhancements, #5863 may also be relevant.