Hi,
I'm having issues spooling a file without empty lines. I noticed the problem is SQLPLUS is returning additional line breaks right after returning a record which has new line characters in it. See screenshot below:

Notice that there's an extra line break after the record which says "multiple line1 & multiple line2".
Is there an SQLPLUS settings which I can use to get rid of the extra line? If not, what are the other option which I can use to get rid of it.
I can't really use sed on unix because there could be a field which contains empty line.
Also note that I need the data to remains the same, in other words, I need to retain the new line characters within the column
Please advise.
Thanks in advance