Word Wrap in export
Hey, I am still working on my export script.
I export data with the spool option into a csv file.
One problem left.
I have one column, where the operator inserted an explicit wordwrap. So opening the file in notepad or in excel I do an wordwrap. Is there a way of deleting this empty row ?
So the text in the sql select statement looks like:
sql> select columnname from table;
ColumnName
------------------------------------------------------------------------------------------
Word one two three
word four five six seven
Christian