I have several thousand lines of delimited data. Unfortunately some of my data wrapped to a new line. How can I search for all lines that do not contain my delimeter then join with the prior line, skip to the next line then continue until the end of the buffer?
Buffer before
1243|This is all one
line
1235|This fits on one line.
43223|This line wraps
for some reason.
Buffer after
1243|This is all one line
1235|This fits on one line.
43223|This line wraps for some reason.