I have the following in a tsv file:
Date EndTime StartTime LOG
---------- -------- --------- ------------------------------------
05/28/2014 15:17:10 15:17:08 396244a6-a8a8-53863636-21d8-02bb5d15
05/28/2014 15:17:10 15:17:10 396244a6-a8a8-53863636-21d8-02ea0a5a
05/28/2014 15:17:10 15:06:00 396244a6-a8a8-53863636-21d8-03194160
05/28/2014 15:17:10 15:17:07 396244a6-a8a8-53863636-21d8-03486e8a
05/28/2014 15:17:10 15:12:08 396244a6-87ac-53863636-9544-038639f6
05/28/2014 15:17:10 15:02:26 396244a6-a8a8-53863636-21d8-02ac7ae9
Using Log Parser I'm trying to add a new field - TimeTaken, by subtracting StartTime from EndTime.
Been breaking my head and I'm going nowhere with this. Pls help.