Hi,
I am new in a python2.7. Please help how efficiently we parse and store the fields in dictionary for later retrieval.
my log file example
#Version: 1.0
#Fields: date time c-ip s-dns x-proto s-parser cs-resource s-resource sc-response-code sc-response s-candidate-ips x-preferred-location x-location cs-user-agent s-ip c-port
#Software: vx-logfeed 1.3
#Start-Date: 2011-04-20 14:05:00
2011-04-20 14:07:30.3 192.0.2.1 us1.isp1loc1s1.abc dns vxdns wp-1234000000000000.id.abc.example.com wp-1234000000000000 NOERROR 198.51.100.201,198.51.100.211 198.51.100.101,198.51.100.102 n.isp1.serv.us.ny n.isp1.serv.us.ma - 198.51.100.101 2323
#End-Date: 2011-04-20 14:10:00
#X-Records: 1
thanks