Hi and sorry if this has been answered previously but here goes.
I have a text file, (or html), which can be fairly large at times. My goal is to extract specific lines but the location and number of lines can change. It can be anywhere from 10 to 100+ lines that I need to get on a daily basis. The only constant I have is the following at the beginning of each line that I want to extract:
ArrestAndCharges.aspx?FirstName
And once i can successfully do that I want to extract all text from the ? to </font>, (</font is not shown here.)
Any suggestions on how to iterate throught the text file to do that for each entry and grab the information?
I have a text file, (or html), which can be fairly large at times. My goal is to extract specific lines but the location and number of lines can change. It can be anywhere from 10 to 100+ lines that I need to get on a daily basis. The only constant I have is the following at the beginning of each line that I want to extract:
ArrestAndCharges.aspx?FirstName
And once i can successfully do that I want to extract all text from the ? to </font>, (</font is not shown here.)
Any suggestions on how to iterate throught the text file to do that for each entry and grab the information?