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:06:00 UTC

[jira] [Created] (ARROW-14907) [C++] Enable CSV Writer to control end-of-line character

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

             Summary: [C++] Enable CSV Writer to control end-of-line character
                 Key: ARROW-14907
                 URL: https://issues.apache.org/jira/browse/ARROW-14907
             Project: Apache Arrow
          Issue Type: Sub-task
          Components: C++
            Reporter: Dragoș Moldovan-Grünfeld


We would use this for alignment with {{readr::write_csv()}}. There the {{eol}} argument controls the end of line character to use. Most commonly either "\n" for Unix style newlines, or "\r\n" for Windows style newlines.



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