Tagged Questions
0
votes
1answer
250 views
How to extract certain value from collection of text files
Say, I have a collection of text files I need to process (e.g. search for a certain label and extract the value). What would be the general way to tackle the problem?
I also read this: "Retrieve ...