-
Couldn't load subscription status.
- Fork 1k
Closed
Labels
arrowChanges to the arrow crateChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changeloggood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
In DataFusion apache/datafusion#8351 we are adding support to specify the escaping and quote characters used for CSV reading.
It turns out that the Arrow CSV writer does not support specifying the escape and quoting characters
Describe the solution you'd like
I would like the following in the CSV WriterBuilder:
- with_escape (analogous to ReaderBuilder::with_escape )
- with_quote (analogous to ReaderBuilder::with_quote )
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Labels
arrowChanges to the arrow crateChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changeloggood first issueGood for newcomersGood for newcomers