Skip to content

[C++] Enable CSV Writer to control the type of escape used for quoting #30431

Description

@asfimport

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

Reporter: Dragoș Moldovan-Grünfeld / @dragosmg

PRs and other links:

Note: This issue was originally created as ARROW-14906. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions