I need to transpose text in column, and paste it in a single adjacent line:
(text has line breaks at the end)
0210F23A44018AE1
8042000000000680
0102192225459999
0210F23A44018AE180420000000006800102192225459999
Any trick or plugin to do this?
I need to transpose text in column, and paste it in a single adjacent line:
(text has line breaks at the end)
0210F23A44018AE1
8042000000000680
0102192225459999
0210F23A44018AE180420000000006800102192225459999
Any trick or plugin to do this?
Answered my own question…
Do a RegEx Find & Replace, search for \n and replace with “blank”
Another solution without Find & Replace: