Hi
I need to parse logfile from server, but notice that no Date Field are configure
--------------
#Software: Microsoft Internet Information Services 6.0
#Version: 1.0
#Date: 2008-01-06 00:01:02
#Fields: time cs-method cs-uri-stem cs-uri-query cs-username c-ip cs-version cs(User-Agent) cs(Cookie) cs(Referer) sc-status sc-substatus sc-bytes cs-bytes time-taken
00:01:02 GET /i.php - - 90.24.187.16 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+InfoPath.2;+.NET+CLR+2.0.50727) - - 200 0 2587 427 62
--------------------------
I would like to use Logparser to rewrite my log, is it possible to extract the line 3 (#Date: 2008-01-06 00:01:02) to create and add the date field to my new file log ?
Thks