I have a pretty simple sub-job that outputs to tMssqlOutput. One of my string fields contains carriage return/line feeds. These CR/LFs are being replaced with single spaces once they are inserted into the DB table. Yet, if I replace the tMssqlOutput with a tLogRow the CR/LFs are present (and correct).
I don't ever recall having this issue before. Any thoughts?