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 a flag to parse each row as CSV #16

Closed
sd2k opened this issue Jun 11, 2019 · 0 comments · Fixed by #37
Closed

Add a flag to parse each row as CSV #16

sd2k opened this issue Jun 11, 2019 · 0 comments · Fixed by #37

Comments

@sd2k
Copy link
Owner

sd2k commented Jun 11, 2019

Currently ttv is completely naive to the format of lines in the input, so nested newlines could easily trip it up. This was originally so we didn't have to do unnecessary work since I was only splitting quite simple files, but it would definitely help to have a flag to parse in case inputs are more complicated. This would of course be slower!

Related: BurntSushi/xsv#181

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