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

fix: configure csv writer's escape character to be an empty string by default #375

Merged
merged 2 commits into from
Mar 8, 2023

Conversation

slri
Copy link
Contributor

@slri slri commented Nov 2, 2022

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets #374

Updates CsvProvider to set escape character as an empty string for the writer, see original issue.

@dpfaffenbauer
Copy link
Collaborator

@dkarlovi WDYT?

@dkarlovi
Copy link
Collaborator

IMO, it's OK to allow this via config, but it's not a good default since it might break current use cases.

I'd say we want this to be configurable.

@dpfaffenbauer
Copy link
Collaborator

@slri can you make that configurable?

@slri
Copy link
Contributor Author

slri commented Nov 30, 2022

@dpfaffenbauer i agree with the points and would have made it configurable from the get go if i had time for it. i'll do it over the weekend.

@slri
Copy link
Contributor Author

slri commented Mar 8, 2023

Took a while to get to it, but it's finally done.
@dpfaffenbauer @dkarlovi please review.

@dpfaffenbauer
Copy link
Collaborator

fine by me @dkarlovi WDYT?

@dkarlovi dkarlovi merged commit 241bc2a into instride-ch:master Mar 8, 2023
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

Successfully merging this pull request may close these issues.

None yet

3 participants