LogParser User : sotherls:Quote: THis should be soooo simple but it isn't - yet. Help! I have a csv file which has data similar to this: TIME,COUNTed 2006-11-09 13:51:24,3279 2006-11-09 13:56:24,3285 2006-11-09 14:01:24,3295 2006-1...
Ok, to expand further.....
If I have the following dataset
TS,Counts,Server
2006-11-14 11:08:06,1,Server-1
2006-11-14 11:08:07,1966,Server-2
2006-11-14 11:10:00,3,Server-1
2006-11-14 11:10:00,1849,Server-2
2006-11-14 11:15:00,1,Server-1
2006-11-14 11:15:00,1436,Server-2
2006-11-14 11:20:00,4,Server-1
2006-11-14 11:20:00,1065,Server-2
2006-11-14 11:25:00,4,Server-1
2006-11-14 11:25:00,818,Server-2
2006-11-14 11:30:00,13,Server-1
2006-11-14 11:30:00,652,Server-2
I would like to see if I can output a chart that would show server-1's count next to server-2's count by TS (timestamp).