GitHub user joemeszaros opened a pull request:
https://github.com/apache/nifi/pull/84
Support Tab & special delimiter chars in csv2avro converter
The original ConvertCSVToAvro implementation was unable to process tab
separated files, because "\t" as delimiter character was invalid, coming from
the user via the UI. 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).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ImpressTV/nifi avro
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/84.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #84
----
commit a079e38a47ab9fd9e91d57668b7fbd9f55b82467
Author: Joe <[email protected]>
Date: 2015-09-08T15:13:14Z
Tab & special delimiter chars in csv2avro converter
The original ConvertCSVToAvro implementation was unable to process tab
separated files, because "\t" as delimiter character was invalid. 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).
commit b3165b08fa44c6c99d3cc859b52c5af905272f8f
Author: Joe <[email protected]>
Date: 2015-09-09T08:34:29Z
Set allowable values for bool properties in csv2avro converter
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---