We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently SepWriter does not support automatic escaping (adding quotes) upon writing. Implement that similar to reader unescape. Default to false.
SepWriter
The text was updated successfully, but these errors were encountered:
This coming? or maybe just a helper?
Sorry, something went wrong.
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
SetEscaped(string?)
nietras
No branches or pull requests
Currently
SepWriter
does not support automatic escaping (adding quotes) upon writing. Implement that similar to reader unescape. Default to false.The text was updated successfully, but these errors were encountered: