Hi, I should probably clarify a couple things.
1. the data file is large.
2. there is a lot of useless header information and data I want to skip (some of it messy).
3. It is true that for each case where there is a request(REQUEST_NAME the very next line will always be the START_TIME, so really just incrementing one line past the good requests would work (though it's probably not as safe).
4. the BADSTRING is not the entire string.
Thanks!