Hi
I have txt file that contains a few hundred lines of text. In the majority of these lines of text there is a file name and I wish to extract the file names from the txt file to a new txt file.
Would the best solution to achieve this be, to search for the text before the file names (Target1) and the text after the file names (Target 2) and extract the text (file names) between Target 1 and Target 2
The text before the file names is:
(filename="
The text after the filenames is:
“)
I would appreciate help on achieving this or an example of code.
Thanks
I have txt file that contains a few hundred lines of text. In the majority of these lines of text there is a file name and I wish to extract the file names from the txt file to a new txt file.
Would the best solution to achieve this be, to search for the text before the file names (Target1) and the text after the file names (Target 2) and extract the text (file names) between Target 1 and Target 2
The text before the file names is:
(filename="
The text after the filenames is:
“)
I would appreciate help on achieving this or an example of code.
Thanks