Removing line-breaks from CSV
Hi, I have an Excel file which I am converting to CSV. The excel field may contain newline character. So while converting it to CSV, the field with newline character causes a line break.
The delimiter I am using is pipe '|'. I have 10 fields in my excel. I want to remove all newline characters from between field 1 and field 10 so that only genuine new line characters appear only when a new record comes. How can I do it in Unix?