|
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.
|