in reply to Parsing multiple lines based on a given String

Hi ArifS,

This question seems like a simpler version of your previous question from 1.5 years ago, Print lines based on matching words. In that thread, GrandFather wrote some code for you showing one way to parse a data file where records are split on multiple lines. You could use a similar approach here.

Hope this helps,
-- Hauke D

  • Comment on Re: Parsing multiple lines based on a given String