[
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)