I am really really new to this so please if you could help. I have a file named as job_output.log which looks like below..
My requirement is to get all the File List from this log (like, Euro.csv.28072022 etc. i.e. all those lines starting with "Matched File -") and to get that in another file called.... File_List.csv i.e. the content of File_List.csv would be as follows: Euro.Csv.28072022 HKD.Csv.28072022 US.Csv.27072022 (3 lines)
Is it possible in any each way? By the way, each time it runs, File_List.csv should be overwritten.