Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to produce proper CSV files #352

Open
dangeReis opened this issue Mar 16, 2022 · 0 comments
Open

Ability to produce proper CSV files #352

dangeReis opened this issue Mar 16, 2022 · 0 comments

Comments

@dangeReis
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant