Hi, my log has a timestamp and a csv rows. Eg. given 2 records.
Sun Feb 14 07:01:05 EST 2016
customer_name,cust_id, response_code, response_time, size
abc, 1002304,200, 0.111,120
def, 1002203,200,0.112,150
ghi, 1002206,500,0.113,160
Sun Feb 14 07:04:55 EST 2016
customer_name,cust_id, response_code, response_time, size
abc, 1002304,200, 0.114,110
def, 1002203,200,0.118,190
ghi, 1002206,500,0.117,130
How to index them with timestamp mentioned and csv records. pls help.
↧