Joe Mészáros created NIFI-944:
---------------------------------
Summary: 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
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)
|