|
Actually, I got it working using "tr" to strip out new lines, and turning the whole thing into a single line. From there I turned </tr> into a newline (had to install GNU sed to get it to work - the sed that was on Solaris9 really disliked my attempts to insert a newline), and </td><td> into a comma. Seems to have worked, I'll test it out tomorrow and see if the program that reads the CSV likes it.
|