waterWang commented on issue #30431: URL: https://github.com/apache/arrow/issues/30431#issuecomment-5251231306
I have opened PR #50846 to implement configurable escape control for the CSV writer. This adds an `EscapeStyle` enum (Double, Backslash, None) to `WriteOptions`, providing the three escape modes described in this issue: double-quote escaping (default, RFC4180), backslash escaping, and no escaping. @kou this addresses your earlier request to open a PR for discussion. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
