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/26 23:30:00 UTC

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

     [ https://issues.apache.org/jira/browse/KNOX-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Larry McCay resolved KNOX-2307.
-------------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>             Fix For: 1.4.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> 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)