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

encodeRecord variant that does not append recordSep #216

Open
adamgundry opened this issue Sep 14, 2022 · 0 comments
Open

encodeRecord variant that does not append recordSep #216

adamgundry opened this issue Sep 14, 2022 · 0 comments

Comments

@adamgundry
Copy link

I have an application where I wanted to encode a single record, quoting all the fields, but not attach a trailing newline. Data.Csv.Encoding.encodeRecord looks pretty much exactly what I want, but is isn't exposed. Data.Csv.Builder.encodeRecord is exposed, but it always appends the line separator.

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