Implement SepWriterOptions.Escape (true)
nietras opened this issue · 3 comments
nietras commented
Currently SepWriter
does not support automatic escaping (adding quotes) upon writing. Implement that similar to reader unescape. Default to false.
onionhammer commented
This coming? or maybe just a helper?
nietras commented
No progress sadly, the little time I have is spent on other issues currently. When you say helper what do you imagine?
onionhammer commented
@nietras perhaps an extension method on the writer, such as SetEscaped(string?)
or a separate static utility class for escaping strings