I am having a file like
\"A\",\"b\",\"HI This is Bad\",\"End of line1\" -- This line1 is good \"A\",\"C\",\"THIS is^M ------THis line2 is bad. Good\",\"End of li
sed '/\r$/{:a;N;$!ba;s/\r\n/ /g}' filename.csv>filename_final.csv
seems to have worked.
Basically created a label and looped it