Hi , I have log files archieved in csv format. So with CSV input file I am trying to get a hit count and max Rt for every hour with the below query. logparser "SELECT TO_LOCALTIME(QUANTIZE(TO_TIMESTAMP(date, time),3600)) as zHour, count(*) as hits, Max(time-taken) AS MaxRT FROM ex071105u.csv GROUP...