-
Notifications
You must be signed in to change notification settings - Fork 66
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
How to set stdout to not escape content? #120
Comments
Please provide more details on the following information.
|
Thank you for your reply . 1. file contentkey;value 2. code:queryString := "" +
3. output result
4. Desired output result.[ |
Thank you, I understand what you want. According to RFC8259, solidus (U+002F) is not MUST be escaped, but it is listed as a character to be escaped, so csvq is also escapes it in the output. |
Thank you for your reply. I hope to have time to implement this feature in the future |
The JSON content includes BackSLASH
The following code
Stdout:=query NewOutput()
Csvq SetStdout (stdout)
Fmt Println ("stdout. String():", stdout String()
It was found that the output of stdout escaped/opt/, resulting in /opt /,
This is not the desired effect, what if it is set to incorrect/escaped?
The text was updated successfully, but these errors were encountered: