I have a pipe delimited file with 35 pipes per line.There is an expected line feed after the 35th field. For example:
FirstField|ME|HERE|PHONE|Description|.....|LastField
FirstField|YOu|THERE|PHONE|Description|.....|LastField
However, some of the data between pipes (for example in a description field) contains line feeds. Eg:
FirstField|Them|Where|PHONE|This contains a
LineFeed
Or two
or more|.....|LastField
Question is, how to remove the Line Feeds in any of the 35 fields, but not at the end of the line?
(Off note: I'm working in Notepad++ for testing)
a
LineFeed Or two or more|.....|LastField – ACesario Jul 19 '16 at 19:17