Skip to content

csvcols has issues with quotation marks #1

Closed
@tmorrell

Description

@tmorrell

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions