in reply to Parsing a non-formatted record text file

I note that lines that need to be parsed alike have distinctive beginnings, so I would use that as a starting point. The basic strategy is:

For an example of how it is done, see Re: Regular expression. You might also find it helpful to look at the larger discussion of which that node was a part: Regular expression. There are several different approaches in that thread.

Best, beth

  • Comment on Re: Parsing a non-formatted record text file