You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "James Xu (JIRA)" <ji...@apache.org> on 2017/05/03 10:57:04 UTC

[jira] [Created] (BEAM-2148) BeamKafkaCSVTable: Use a more robust library to parse CSV

James Xu created BEAM-2148:
------------------------------

             Summary: BeamKafkaCSVTable: Use a more robust library to parse CSV
                 Key: BEAM-2148
                 URL: https://issues.apache.org/jira/browse/BEAM-2148
             Project: Beam
          Issue Type: Improvement
          Components: dsl-sql
            Reporter: James Xu
            Assignee: Xu Mingmin


use something like apache commons csv (https://commons.apache.org/proper/commons-csv/) to parse the message.

And the CSVRecordEncoder & CSVRecordDecoder can be refactored out to be used by not only KafkaTable but also TextTable or any other table that are encoded using CSV format.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)