Hi,
i have been trying to take some data from IIS logs and take it to SQL server using the LogParser Tool, but i am having a problem with the cs-uri-stem
field because some lines contains a whitespace in the uri, so the parser fails and data is copied on another columns.
Do you know any workaround for this?
ie:
#Fields: date time cs-uri-stem cs-uri-query sc-status s-computername cs(Referer) sc-win32-status sc-bytes cs-bytes entityid referalid UserId TimeTakenMS cs(Host) c-ip
2012-08-01 22:13:27.943 /images/flag/Costa Rica.jpg - 404 "Server" - -2147024894 1420 692 - - - 0 - -
The problem is the whitespace between Costa and Rica...
↧