You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Larry McCay (Jira)" <ji...@apache.org> on 2020/03/21 18:57:00 UTC

[jira] [Created] (KNOX-2307) CSVKnoxShellTableBuilder must support quoted strings and embedded commas

Larry McCay created KNOX-2307:
---------------------------------

             Summary: CSVKnoxShellTableBuilder must support quoted strings and embedded commas
                 Key: KNOX-2307
                 URL: https://issues.apache.org/jira/browse/KNOX-2307
             Project: Apache Knox
          Issue Type: Improvement
          Components: KnoxShell
            Reporter: Larry McCay
            Assignee: Larry McCay
             Fix For: 1.4.0


Embedded commas within a quoted string/col in CSV files result in separate cols currently. This patch allows for them to be ignored during the split() call via regex for identifying such patterns.

It will result in the value - either header or cell value - as retaining the quotes currently. If this is not desired we can revisit and make configurable or just removed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)