-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
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 |wwandreww
Metadata
Metadata
Assignees
Labels
No labels