Closed
Description
csvcols -i example.csv -o out.csv -col 1 2
with
example.txt
(Change .txt to .csv)
Expect:
"A","B"
"C","D"
Result:
example.csv, line 2, column 89: extraneous " in field
[]string []
example.csv, line 3, column 0: wrong number of fields in line
[]string [ ]
File:
A,B
,
" ",
Metadata
Metadata
Assignees
Labels
No labels