Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration for line ending character(s) #42

Open
philrowan opened this issue Jun 26, 2015 · 0 comments
Open

Add configuration for line ending character(s) #42

philrowan opened this issue Jun 26, 2015 · 0 comments

Comments

@philrowan
Copy link

I am in need of using UNIX style line endings in my files. Expecially as .net is opening and running on MAC and Linux systems now it seems good to be able to configure this in general. I would like to add this to the CsvFileDescription and then in CsvStream change line 71 from

        m_outStream.WriteLine("");

to

        m_outStream.WriteLine(m_endOfLineChar);

and pass this end of line char in from the file descriptor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant