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 16:02:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-14906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dragoș Moldovan-Grünfeld updated ARROW-14906:
---------------------------------------------
    Component/s:     (was: 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++
>            Reporter: Dragoș Moldovan-Grünfeld
>            Priority: Major
>
> 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)