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

Feature request: Add an option for linear-TSV-style writing/reading #529

Open
dvg-p4 opened this issue Feb 15, 2024 · 0 comments · May be fixed by #530
Open

Feature request: Add an option for linear-TSV-style writing/reading #529

dvg-p4 opened this issue Feb 15, 2024 · 0 comments · May be fixed by #530

Comments

@dvg-p4
Copy link

dvg-p4 commented Feb 15, 2024

In the Linear TSV format, tabs, newlines, and backslashes in the data are represented by the strings \t, \n, and \\. (This has certain advantages, such as not having to scan every fields for quotes when parsing). Support for writing this format with vroom::vroom_format() would be particularly useful for us.

@dvg-p4 dvg-p4 linked a pull request Feb 15, 2024 that will close this issue
3 tasks
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

Successfully merging a pull request may close this issue.

1 participant