You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed, that worked for my test file but unfortunately, I don't have control of the input file in my work environment (it's a direct download from a google spreadsheet).
There is a LazyQuote setting in https://pkg.go.dev/encoding/csv that would maybe offer a workaround. Would it make sense for yq to support that ?
Describe the bug
A tsv file with non quoted value including quotes like
Caramel "Tradition"
makes yq fail withparse error ...: bare " in non-quoted-field
Version of yq: 4.44.3
Operating system: linux
Installed via: binary release
Input tsv
test.csv:
Command
The command you ran:
Error: bad file 'test.csv': parse error on line 2, column 14: bare " in non-quoted-field
Additional context
This error originally came from a tsv file downloaded from google spreadsheet using
?format=csv
query param.The text was updated successfully, but these errors were encountered: