in reply to Perl solution for current batch file to extract specific column text
Another possibility is to use awk. Instead of "go down 2 more rows," look for "recognizable lines" (based on some regex pattern), and capture info from each one. Some line indicates that a particular "record" is now complete.