write_tsv
Transforms event stream to TSV (Tab-Separated Values) byte stream.
Description
The write_tsv
operator transforms an event stream into a byte stream by writing
the events as TSV.
no_header=bool (optional)
Whether to not print a header line containing the field names.
Examples
Write an event as TSV.