Closed B-z-F closed 3 years ago
I am not sure if I want to implement this idea. Your example is not valid CSV document. CSV allows multiline quoted values - so missing quote on same line doesn't mean broken format. It is better to clean data before, than creating some heuristics to display some data in broken format.
When there is odd quotation mark in csv file, eg. filename.csv:
then with command
pspg --csv --csv-separator : --csv-header on filename.csv
it shows everything after quotation mark (resp. from previous separator before quotation mark) in one cell.It will be nice to have an option to ignore (odd) quotation mark.