TSV Input Format Examples

NetStat output

Parse the output of a 'netstat' command:
netstat -a | LogParser "SELECT * FROM STDIN" -i:TSV -iSeparator:space -nSep:2 -fixedSep:OFF -nSkipLines:3


© 2004 Microsoft Corporation. All rights reserved.