I have some huge CSV files where sometimes the lines end with LF
instead of CRLF
, for example:
pippo LF
pluto CRLF
I want to convert these two lines into a single line, like pippo pluto CRLF
.
I'm trying to do this in Notepad++ (Windows 7), but I'm not able to do it...
LF
withCRLF
? – Instead, do you want to remove all occurrences ofLF
? (If I misunderstood you, my edit is wrong.) – Sarcous