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

[jira] [Resolved] (ARROW-8111) [C++][CSV] Support MM/DD/YYYY date format

     [ https://issues.apache.org/jira/browse/ARROW-8111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou resolved ARROW-8111.
-----------------------------------
    Fix Version/s: 1.0.0
       Resolution: Fixed

Issue resolved by pull request 7088
[https://github.com/apache/arrow/pull/7088]

> [C++][CSV] Support MM/DD/YYYY date format
> -----------------------------------------
>
>                 Key: ARROW-8111
>                 URL: https://issues.apache.org/jira/browse/ARROW-8111
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Artem Alekseev
>            Assignee: Artem Alekseev
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 14.5h
>  Remaining Estimate: 0h
>
> Currently, date parser supports only YYYY-MM-DD format. For our workload we need MM/DD/YYYY format. It is obvious that CSV parser should support different date formats, so we may start from implementing MM/DD/YYYY format. 
> Also, we may use some date parsing library, which would solve the problem for us.
> Also, we may need to somehow specify a format for every column in CSV parser. 
> If you have any implementation ideas in mind, please share, so that I can implement it. 



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