[
https://issues.apache.org/jira/browse/ARROW-8712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17200405#comment-17200405
]
Neal Richardson commented on ARROW-8712:
----------------------------------------
Yeah there should be something in read_csv_arrow but I'm not exactly sure what.
readr does let you specify strptime formats in the cols() specification:
https://readr.tidyverse.org/articles/readr.html
Unfortunately, our schema doesn't allow for that.
> [R] Expose strptime timestamp parsing in read_csv conversion options
> --------------------------------------------------------------------
>
> Key: ARROW-8712
> URL: https://issues.apache.org/jira/browse/ARROW-8712
> Project: Apache Arrow
> Issue Type: New Feature
> Components: R
> Reporter: Wes McKinney
> Assignee: Romain Francois
> Priority: Major
> Fix For: 2.0.0
>
>
> Follow up to ARROW-8111
> It appears that CsvConvertOptions has a {{timestamp_converters}} vector:
> https://github.com/apache/arrow/pull/6631/files#diff-06f0ffdc5cae9f7e40e1a80b250dce47R95
--
This message was sent by Atlassian Jira
(v8.3.4#803005)