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

Don't print header record in csv if requested #211

Merged
merged 2 commits into from
Dec 19, 2022
Merged

Don't print header record in csv if requested #211

merged 2 commits into from
Dec 19, 2022

Conversation

vhuc
Copy link
Contributor

@vhuc vhuc commented Dec 16, 2022

If a CSVFormat is provided in the writeCSV method with withSystemRecordSeparator called on it, the csv file produced should not contain a header record.

CSVFormat has a withSkipHeaderRecord method which could be used to not write header in result
@Jolanrensen Jolanrensen self-assigned this Dec 16, 2022
@Jolanrensen Jolanrensen self-requested a review December 16, 2022 17:01
@Jolanrensen Jolanrensen added this to the 0.9.0 milestone Dec 16, 2022
@Jolanrensen Jolanrensen added enhancement New feature or request good first issue Good issues to pick-up for newcomers labels Dec 16, 2022
@Jolanrensen Jolanrensen merged commit b9310d5 into Kotlin:master Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good issues to pick-up for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants