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

Added option to quote all columns with quotes(#33) #118

Merged
merged 5 commits into from
Jan 30, 2020
Merged

Conversation

noborus
Copy link
Owner

@noborus noborus commented Jan 27, 2020

Remove use of encoding/csv, and output CSV in writer.
Added option to specify quote character.
Option to set CRLF at the end of line.
CSV output performance has been improved.

Remove use of encoding/csv, and output CSV in writer.
Added option to specify quote character.
Option to set CRLF at the end of line.
CSV output performance has been improved.
@noborus noborus changed the title Added option to quote all columns with quotes(#33) (WIP)Added option to quote all columns with quotes(#33) Jan 27, 2020
Add tests that require quotes.
Add Err pattern test.
@noborus noborus changed the title (WIP)Added option to quote all columns with quotes(#33) Added option to quote all columns with quotes(#33) Jan 29, 2020
Fix typo.
Fix an issue from golang-ci.
@noborus noborus merged commit 2901c8c into master Jan 30, 2020
@noborus noborus deleted the Add_AllQuotes branch March 2, 2020 07:33
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.

1 participant