You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: