I have a log files from job execution that has time on each line. For Example:
11-9-2017 22:01:30: Begin
11-9-2017 22:01:32: line 2
11-9-2017 22:01:34: Line 3
.
.
11-9-2017 22:01:50: Finish
I have put this entire file in a LOGS field (indexed).
Now I want total time taken to execute this job.
How can I do this?