TSV Output Format
The TSV output format writes output records as tab-separated or space-separated values text.
The output of the TSV output format consists of multiple lines of text, one line
for each output record.
Each line contains the values of the output record fields, separated by either a tab
character or a space character, depending on the value of the
oSeparator parameter.
If enabled through the headers parameter, the first
line in the output is a "header" that contains the names of the fields.
The following sample shows the output of the TSV output format when using the default values for its parameters:
EventID SourceName EventType TimeGenerated 6009 EventLog 4 2004-04-18 18:48:04 6005 EventLog 4 2004-04-18 18:48:04 7024 Service Control Manager 1 2004-04-18 18:48:27 7035 Service Control Manager 4 2004-04-18 18:48:27 7035 Service Control Manager 4 2004-04-18 18:48:27 7036 Service Control Manager 4 2004-04-18 18:48:27 7036 Service Control Manager 4 2004-04-18 18:48:27 7035 Service Control Manager 4 2004-04-18 18:48:27 7036 Service Control Manager 4 2004-04-18 18:48:27 7035 Service Control Manager 4 2004-04-18 18:48:27 7036 Service Control Manager 4 2004-04-18 18:48:27 7035 Service Control Manager 4 2004-04-18 18:48:27 7036 Service Control Manager 4 2004-04-18 18:48:27 7035 Service Control Manager 4 2004-04-18 18:48:27 7036 Service Control Manager 4 2004-04-18 18:48:27 7036 Service Control Manager 4 2004-04-18 18:48:27 7035 Service Control Manager 4 2004-04-18 18:48:36 7036 Service Control Manager 4 2004-04-18 18:51:26 7036 Service Control Manager 4 2004-04-18 18:51:29 6006 EventLog 4 2004-04-18 18:51:37
Into-Entity Syntax
Parameters
Examples
See also:
CSV Output FormatTSV Input Format