You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by joemeszaros <gi...@git.apache.org> on 2015/09/09 16:57:12 UTC

[GitHub] nifi pull request: Support Tab & special delimiter chars in csv2av...

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 <jo...@impresstv.com>
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 <jo...@impresstv.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nifi pull request: Support Tab & special delimiter chars in csv2av...

Posted by joemeszaros <gi...@git.apache.org>.
Github user joemeszaros closed the pull request at:

    https://github.com/apache/nifi/pull/84


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---