View Single Post
Old 08-16-2005, 03:14 PM   #12 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,139
Belisarius is on a distinguished road
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.
__________________
GitS
Belisarius is offline   Reply With Quote