Skip to content

End of Line on Windows Default giving "CR CRLF" for every new line #4

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

Open
visch opened this issue Jun 29, 2021 · 1 comment · May be fixed by #5
Open

End of Line on Windows Default giving "CR CRLF" for every new line #4

visch opened this issue Jun 29, 2021 · 1 comment · May be fixed by #5
Labels
bug Something isn't working

Comments

@visch
Copy link

visch commented Jun 29, 2021

Getting 3 characters for new lines. CR and CRLF on Windows for each record :/ . If it was just unix style line feeds that'd be workable for me. Not sure what's causing this

@visch
Copy link
Author

visch commented Jun 29, 2021

https://docs.python.org/3/library/csv.html#id1 this is documented in the footnotes. When calling write we need to specify a newline constraint. PR Incoming

@hsyyid hsyyid self-assigned this Jul 15, 2021
@hsyyid hsyyid added the bug Something isn't working label Jul 15, 2021
@hsyyid hsyyid removed their assignment Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants