You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/09/14 13:46:00 UTC

[jira] [Commented] (ARROW-9964) [C++] CSV date support

    [ https://issues.apache.org/jira/browse/ARROW-9964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17195469#comment-17195469 ] 

Antoine Pitrou commented on ARROW-9964:
---------------------------------------

Thanks for the report. Indeed, for now, you cannot directly those values as a date type. However, you can read them as timestamp64. I agree it would be good to allow specifying a date column in {{column_types}}.

> [C++] CSV date support
> ----------------------
>
>                 Key: ARROW-9964
>                 URL: https://issues.apache.org/jira/browse/ARROW-9964
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>    Affects Versions: 1.0.1
>            Reporter: Maciej
>            Priority: Major
>
> There is no support for reading date type from CSV file. I'd like to read such a value:
> {code:java}
> 1991-02-03
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)