Skip to content

Option to remove quotes from CSV #118

@varac

Description

@varac

Please add an option to remove the quotes from csv item.
Right now, they are not removed:

tables/csv2md/examples $  cat simple.csv 
"a","b"
"foo","bar"

$ cat simple.csv| npx csv-to-markdown-table --delim ',' --headers
| "a"   | "b"   |
|-------|-------|
| "foo" | "bar" |

i.e., csv2md removes them by default:

$ cat simple.csv| csv2md                                  
| a   | b   |
| --- | --- |
| foo | bar |

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions