I have a csv file produced as:
"a","b","c","d"
"a","b","c","d"
But on importing it into an application it reads three lines in which I presume is caused by a carriage return character at the end of the 2nd line. If I open the file in notepad the curosr sits on the 3rd file, hitting back space to return the cursor to the end of line 2 and saving the file works as expected.
How can I remove this carriage return/line feed/return the cursor to the end of line 2?
I'd like to accomplish this in a batfile. I have tried echoing content and then using type/findstr without success.
Really appreciate it - i've spent a lot of time searching but without success so far. Thanks