Skip to content

csvlook should support string values with new lines #1148

Description

@dylan-chong

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions