I have a very long text file that contains records of data in a two lines format. Is there a way to simply replace all "newlines" characters to a space using IDM UltraEdit?
Sample input record (two lines):
OPCODE { V { X1; }
W { all=set; } }
needs to be re-formatted into a single line
OPCODE { V { X1; } W { all=set; } }
I have tried using Ultraedit Find and Replace using a regular expression to catch the newline:
Regexp used: }[^n][ ]+W
Replace with: } W
But the result was (removing the white space characters before the second line)
OPCODE { V { X1; }
W { all=set; } }
I am using UltraEdit version 19.10.0.1016.