-
Notifications
You must be signed in to change notification settings - Fork 274
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
[CSV-63] CSVPrinter always quotes empty string if it is the first on a #14
base: master
Are you sure you want to change the base?
Conversation
Thank you @tha2015 , this is a fix we would very much like to see. |
@tha2015 |
Is this still part of the main branch? 🤔 |
I don't understand the question. |
Could we merge the PR and bring the changes to the main branch? 🤔 |
is this going to be merged any time soon? |
This PR needs to be rebased on |
Sorry but I'm not working with it anymore. Please feel free to make changes or close it. |
Note: My local test on Windows shows that Excel consumes |
Adding a boolean to drive byte tracking opt-in behavior
I modified CSVPrinter.printRecords() methods and CSVFormat.printRecord() methods to handle first value of a record differently if it is an empty string and there are following values