in reply to Re: Parsing multiple lines into a single line
in thread Parsing multiple lines into a single line

After getting the specs per Ysth, do something like below
{ local $/ ; while (<DATA>) { /^name\(([^)]+)\).+\{.+(\w{4}).+(\d).+/sg; print "$3:$2:$1\n"; } } __DATA__ name(DAWSON) { Team 1