-
Notifications
You must be signed in to change notification settings - Fork 324
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
xsv table displays values with escaped "
s incorrectly
#337
Comments
Lines 49 to 71 in 4278b85
It does seem plausible that it would be better to print the parsed contents (i.e., after unescaping quotes). |
The thing that confused me the most was that it does remove the quotes around Is the output of |
Yes, because the CSV writer knows when quotes are necessary. They aren't necessary to write
No. As I said, the tabs are expanded to spaces. So it's very deliberately not CSV. It's for human consumption. Which is arguably why this should be treated as a bug and the quotes should be unescaped. |
That's what I thought! Can I help? Xsv is a great tool 😄 |
I ran into something similar for |
|
|
Example file:
Expected output:
Real output:
The text was updated successfully, but these errors were encountered: