You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Tony Kurc (JIRA)" <ji...@apache.org> on 2015/10/21 06:04:27 UTC

[jira] [Updated] (NIFI-944) Support tab & special delimiter chars in csv2avro converter

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

Tony Kurc updated NIFI-944:
---------------------------
    Assignee:     (was: Tony Kurc)

> Support tab & special delimiter chars in csv2avro converter
> -----------------------------------------------------------
>
>                 Key: NIFI-944
>                 URL: https://issues.apache.org/jira/browse/NIFI-944
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>            Reporter: Joe Mészáros
>            Priority: Minor
>              Labels: avro, csv
>         Attachments: nifi_csv2avro.png
>
>
> The original ConvertCSVToAvro implementation was unable to process tab separated files, because "\t" as delimiter character was invalid, coming from the UI, entered by the user. The validator for this property only allowed single characters and the "\t" input was not unescaped before validation. The current version allows special, escaped characters like \t and \f (form-feed) for delimiter, quote and escape character.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)