You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Dragoș Moldovan-Grünfeld (Jira)" <ji...@apache.org> on 2021/11/29 15:58:00 UTC

[jira] [Created] (ARROW-14906) [R][C++] Enable CSV Writer to control the type of escape used for quoting

Dragoș Moldovan-Grünfeld created ARROW-14906:
------------------------------------------------

             Summary: [R][C++] Enable CSV Writer to control the type of escape used for quoting
                 Key: ARROW-14906
                 URL: https://issues.apache.org/jira/browse/ARROW-14906
             Project: Apache Arrow
          Issue Type: Sub-task
          Components: C++, R
            Reporter: Dragoș Moldovan-Grünfeld


We would use this for alignment with {{readr::write_csv()}}. There the {{escape}} argument controls the type of escape to use when quotes are in the data:
* {{double}}: quotes are escaped by doubling them
* {{backslash}}: quotes are escaped by a preceding backslash
* {{none}}: quotes are not escaped



--
This message was sent by Atlassian Jira
(v8.20.1#820001)