Microsoft
Software
Hardware
Network
Question : Extract date and part of the line from a log file
Hello Gurus
I have a log file (Web_out.log) that contains the following example lines
2010-07-27 00:00:00 [aaaaaaaaaa] ol/cvw/oihwHWEHVOWNSHHSHSH
SOhhhhhhhh
h - Exporting data using SQL: SELECT * FROM xxxxxxxxx
any old text here
2010-07-27 00:00:01any old text here
any old text here
any old text here
2010-07-27 00:00:01 [aaaaaaaaaa] ol/cvw/oihwHWEHVOWNSHHSHSH
SOhhhhhhhh
h - Exporting data to: :\ggggggggg\gggg\g
any old text here
any old text here
2010-07-27 00:01:30 [aaaaaaaaaa] ol/cvw/oihwHWEHVOWNSHHSHSH
SOhhhhhhhh
h - Exporting data using SQL: SELECT * FROM xxxxxxxxx
any old text here
2010-07-27 00:05:01 any old text here
any old text here
any old text here
2010-07-27 00:30:01any old text here
2010-07-27 00:34:21 [aaaaaaaaaa] ol/cvw/oihwHWEHVOWNSHHSHSH
SOhhhhhhhh
h - Exporting data to: :\ggggggggg\gggg\g
any old text here
I would like a vbs script that will select out the lines that contain "- Exporting data using SQL:" and "- Exporting data to:" and write then to a log file.
But I do not want the whole line to appear in the log, only the full timestamp and the "- Exporting data using SQL:" and "- Exporting data to:" parts of the line.
example log file (Web_out_results.txt)
2010-07-27 00:00:00 - Exporting data using SQL:
2010-07-27 00:00:01 - Exporting data to:
2010-07-27 00:01:30 - Exporting data using SQL:
2010-07-27 00:34:21 - Exporting data to:
Thanks for your help
Willyboy2
Answer : Extract date and part of the line from a log file
I've tested this in some of my projects and it works fine.
http://www.codeproject.com
/KB/IP/
Sen
ding_Email
s_From_GMA
IL.aspx
Hope that helps.
Random Solutions
Crystal Reports to Accept Parameters Then Display Reports Accordingly
Connect database created from Sharepoint 2010 beta in SharePoint 2010 RTM.
You Tube Download Software
Horizontal RSS Feed News Ticker
Get ckeditor textarea value with jquery
PC faxing error
diff between cfgmgr -v and cfgmgr -v fcs0 and fcs1...
Clear Exchange 2010 transaction logs without taking backup
Zebra LP 2844 label printer prints the first print job successfully, subsequent print jobs after skip labels and/or print partial data on labels until computer is rebooted.
Visual Studio2008 integrated Windows Installer