I have unloaded a database table to a pipe “|” delimited file. One of the columns in the table is a large char field. Within that column there are some records where an enter was used to format the field. The unload file shows the enter as a ^M and moves the rest of the column to a separate line in the unload file. My question is how can I remove the ^M from the top line and join the line beneath it to make a complete line? Most thankful for any advise.