[
https://issues.apache.org/jira/browse/ARROW-8712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17200709#comment-17200709
]
Romain Francois commented on ARROW-8712:
----------------------------------------
Perhaps `read_csv_arrow()` could have an argument that would be a string vector
suitable for TimestampParser$MakeStrptime().
I guess we're not expecting that we would implement our own TimestampParser ?
read_csv_arrow(timestamp_parsers = "%m/%d/%Y")
> [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)