You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Sebastien Binet (JIRA)" <ji...@apache.org> on 2018/10/26 15:07:00 UTC

[jira] [Created] (ARROW-3626) [Go] add a CSV TableReader

Sebastien Binet created ARROW-3626:
--------------------------------------

             Summary: [Go] add a CSV TableReader
                 Key: ARROW-3626
                 URL: https://issues.apache.org/jira/browse/ARROW-3626
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Go
            Reporter: Sebastien Binet


assuming ARROW-3621 goes in, it should be relatively straightforward to implement a TableReader off a CSV file, using `encoding/csv`.

also drawing inspiration from:
- https://github.com/apache/arrow/blob/master/cpp/src/arrow/csv/reader.h
- https://github.com/apache/arrow/blob/master/cpp/src/arrow/csv/reader.cc



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)