I'm using the CVS Type Provider to parse a CSV file, make some modifications, and writing it back.
In Windows, Save() and SaveToString() always output a file with CRLF style, even when the original file was using the Unix linefeed style.
It would be nice if there was a way to preserve the line feed style. Is there any way to do so?
I'm using the CVS Type Provider to parse a CSV file, make some modifications, and writing it back.
In Windows,
Save()andSaveToString()always output a file withCRLFstyle, even when the original file was using the Unix linefeed style.It would be nice if there was a way to preserve the line feed style. Is there any way to do so?