Read Text File, Find Lines Containing a Certain String
Hello Everyone, Here is a script I have that works. I want to know if there is a better way to do the same thing. I first use "load text file" to read a text file into the string variable "file_text1". Next, I use "words" with "\!n" to separate the lines and load them into the string array "file_text2". Next, I then load the "file_text2" into a data table. I then use the "get rows where" combined ...