-
-
Save andreimoment/28882fe99df6a1a60c00edef1290e517 to your computer and use it in GitHub Desktop.
parse raw IIS logs using MS Log Parser into csv file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
logparser -i:W3C -o:csv "SELECT * INTO c:\temp\results.csv FROM c:\temp\myLogFile.log" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment