Hi All,
I have got some log files from a project and I need to parse some data from it and display.
Log Sample:
Line 11794:11/30/203500:26:00.994/69/29/abc/worker/ReadConfigParams/162/=Software Model Year = 2015
Line 11795: 11/30/2035 00:26:00.995/70/29/service/ProjectionWorker_1/ReadConfigParams/203/=Setting Model: XXXABC
Now,From the logs I need to extract Software Model year (ie 2015) and Setting Model (ie XXXABC)
How can these two details be extracted.
Thanks a lot in advance.
Last edited on
Last edited on
Thanks a lot.. Appreciate your help..