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

Prevent encoding of escape sequences (\t \r \n etc.) #8

Open
SimonFrings opened this issue May 18, 2022 · 0 comments
Open

Prevent encoding of escape sequences (\t \r \n etc.) #8

SimonFrings opened this issue May 18, 2022 · 0 comments

Comments

@SimonFrings
Copy link
Contributor

The TsvEncoder currently encodes escape sequences like \t, \n etc. as is. This could lead to some unwanted behavior and will corrupt the expected output. As it says in the definition of tab-separated-values, fields that contain tabs (or other escape characters) are not allowable in this encoding. Therefore this should throw an error.

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