tsv-utils icon indicating copy to clipboard operation
tsv-utils copied to clipboard

Ability to produce proper CSV files

Open dangeReis opened this issue 2 years ago • 0 comments

We have a need to clean up CSV files and produce comma delimited files (not tab delimited). If the data has commas embedded in the fields, those fields should be quoted.

Currently it's possible to set the tsv-delimiter to comma, but this would also replace any commas in the source data with spaces, which is not what we want.

The goal of this exercise is to basically go from QUOTE_ALL to QUOTE_MINIMAL for the CSV files.

dangeReis avatar Mar 16 '22 16:03 dangeReis