Skip to content

Support record delimiter ("terminator" in Arrow terms) for CSV writing #21027

Description

@svranesevic

Is your feature request related to a problem or challenge?

Use CRLF sequence or any other byte character from CSV option as line terminator for CSV writer.

Dual of #12215 for CSV writing/data sink.

Describe the solution you'd like

CsvWriterOptions built from CsvOptions should carry over line terminator setting, just like other CSV options, here.

Dependant on apache/arrow-rs#9571 that enables setting custom line terminator for CSV writer.

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions