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

csvlook should support string values with new lines #1148

Open
dylan-chong opened this issue Oct 8, 2021 · 1 comment
Open

csvlook should support string values with new lines #1148

dylan-chong opened this issue Oct 8, 2021 · 1 comment

Comments

@dylan-chong
Copy link

The following is a valid csv file

a,b,c
A,"this is
a multi
line
b", C

but csv look prints this as

| a | b                      | c  |
| - | ---------------------- | -- |
| A | this is
a multi
line
b |  C |

csvlook should have multiline cells, or (the easier way) escape new lines by displaying them as \n

@jpmckinney
Copy link
Member

jpmckinney commented Oct 17, 2023

Upstream issue wireservice/agate#749 and PR wireservice/agate#750

There's a question in the issue that I need feedback on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants