-
Notifications
You must be signed in to change notification settings - Fork 228
Open
Labels
go-portThings which will be addressed in the Go port AKA Miller 6Things which will be addressed in the Go port AKA Miller 6help wantedneeds-documentation
Description
Using this file:
a;b
"text; text";"more text"
I'm getting an unexpected result:
mlr --inidx --fs semicolon cat doublequote.csv
1=a;2=b
1="text;2= text";3="more text"
I'd expect the semicolon inside the double quotes in the first field not to be used as a field separator. This seems to be an issue with using the --inidx and --fs options, as using --icsv or using commas in the file and omitting the --fs option works fine.
Metadata
Metadata
Assignees
Labels
go-portThings which will be addressed in the Go port AKA Miller 6Things which will be addressed in the Go port AKA Miller 6help wantedneeds-documentation