View Single Post
Old 08-16-2005, 01:47 AM   #7 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,139
Belisarius is on a distinguished road
I'm transforming some HTML output I grab with CURL into a csv. I'm 99% of the way there (with a number of sed calls), but the problem is I can't simply walk through line-by-line to attach the <td> values together. I guess I'll play around with sed some more, and transform </td> into a comma and try to remove the CR/LF, eliminating the need to walk through.
__________________
GitS
Belisarius is offline   Reply With Quote