nietras/Sep

Implement SepWriterOptions.Escape (true)

nietras opened this issue · 3 comments

Currently SepWriter does not support automatic escaping (adding quotes) upon writing. Implement that similar to reader unescape. Default to false.

This coming? or maybe just a helper?

No progress sadly, the little time I have is spent on other issues currently. When you say helper what do you imagine?

@nietras perhaps an extension method on the writer, such as SetEscaped(string?) or a separate static utility class for escaping strings