Common Report Log Examples
This section provides snippets of sample common report logs—one without item values in double quotes and one with item values in double quotes. If any of the report log values contain the character or combination of characters that serves as the delimiter, then all report log values must be in double quotes and you must select the Each Item Value Double Quoted check box when creating the common report log definition.
Example Report Log with Item Values Not in Double Quotes
-Report Log Header Begin-
Server: server1.acmeco.com
Vendor: vendor1
Start Date: Mon,3/15/2010,9:00:55
-Report Log Header End-
-Feature List Begin-
feature1,1.0,12
feature2,1.2,8
...
featureN,1.0,10
-Feature List End-
featureN,1.0,Mon,3/15/2010,10:12:38,1,1,1,bw345,bw345xp,,1,,,,,
featureN,1.0,Mon,3/15/2010,10:12:38,0,1,1,bw345,bw345xp,,1,,,,,
feature1,1.0,Mon,3/15/2010,9:00:55,1,1,1,le123,le123xp,,1,,,,,
feature1,1.0,Mon,3/15/2010,9:00:55,1,1,1,le123,le123xp,,1,,,,,
...(more events)
-Report Log Footer Begin-
End Date: Tue,3/16/2010,10:30:09
-Report Log Footer End-
Example Report Log with Item Values in Double Quotes
-Report Log Header Begin-
Server: "test.xyz.com"
Vendor: "avend"
Start Date: "Fri","1/1/2010","06:00:00"
-Report Log Header End-
-Feature List Begin-
"avendf1","1.0","12"
"avendf2","1.0","3"
"avendf3","15.0","10"
-Feature List End-
"avendf3","15.0","Fri","1/1/2010","07:05:00","0","1","1","jsmith","abc.xyz.com",
"11.6","1","-","-","-","test,v1","-"
"avendf3","15.0","Fri","1/1/2010","07:10:00","2","1","300","jsmith","abc.xyz.com",
"11.6","4","-","-","-","test\"v1\"","-"
...(more events)
-Report Log Footer Begin-
End Date: "Mon","2/1/2010","06:59:59"
-Report Log Footer End-
See Also