apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.49k stars 3.52k forks source link

[C++] CSV date custom parser #26783

Open asfimport opened 3 years ago

asfimport commented 3 years ago

When I have a custom date format in CSV I'd like to parse it by adding additional DateParser, equivalent to TimestampParser which may be added to timestamp_parsers in ConvertOptions.

Reporter: Maciej / @mskrzypkowski Watchers: Rok Mihevc / @rok

Related issues:

Note: This issue was originally created as ARROW-10847. Please see the migration documentation for further details.

asfimport commented 2 years ago

Rok Mihevc / @rok: Would creating custom a parser resolve this?