[GitHub] nifi pull request #2875: NIFI-5351 Support for Decimals in FetchParquet

2018-07-16 Thread joetrite
Github user joetrite closed the pull request at: https://github.com/apache/nifi/pull/2875 ---

[GitHub] nifi pull request #2875: NIFI-5351 Support for Decimals in FetchParquet

2018-07-10 Thread joetrite
GitHub user joetrite opened a pull request: https://github.com/apache/nifi/pull/2875 NIFI-5351 Support for Decimals in FetchParquet Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to ensure

[GitHub] nifi pull request #2711: NIFI-1705 - Adding AttributesToCSV processor

2018-06-07 Thread joetrite
Github user joetrite commented on a diff in the pull request: https://github.com/apache/nifi/pull/2711#discussion_r193808025 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/AttributesToCSV.java --- @@ -0,0

[GitHub] nifi issue #2711: NIFI-1705 - Adding AttributesToCSV processor

2018-05-25 Thread joetrite
Github user joetrite commented on the issue: https://github.com/apache/nifi/pull/2711 @bdesert good catch, we should add the option to push the header to attribute or content based on the selection. The header should also be csv format so that when the header and data

[GitHub] nifi pull request #2711: NIFI-1705 - Adding AttributesToCSV processor

2018-05-24 Thread joetrite
Github user joetrite commented on a diff in the pull request: https://github.com/apache/nifi/pull/2711#discussion_r190733381 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/AttributesToCSV.java --- @@ -0,0

[GitHub] nifi pull request #2711: NIFI-1705 - Adding AttributesToCSV processor

2018-05-24 Thread joetrite
Github user joetrite commented on a diff in the pull request: https://github.com/apache/nifi/pull/2711#discussion_r190733355 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/AttributesToCSV.java --- @@ -0,0

[GitHub] nifi issue #2711: NIFI-1705 - Adding AttributesToCSV processor

2018-05-23 Thread joetrite
Github user joetrite commented on the issue: https://github.com/apache/nifi/pull/2711 @bdesert it looks like the regex support was added to AttributesToJSON after copied the code. I'll add regex support to this processor and check if anything else has changed. ---

[GitHub] nifi pull request #2711: NIFI-1705 - Adding AttributesToCSV processor

2018-05-23 Thread joetrite
Github user joetrite commented on a diff in the pull request: https://github.com/apache/nifi/pull/2711#discussion_r190288780 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/AttributesToCSV.java --- @@ -0,0

[GitHub] nifi pull request #2711: NIFI-1705 - Adding AttributesToCSV processor

2018-05-23 Thread joetrite
Github user joetrite commented on a diff in the pull request: https://github.com/apache/nifi/pull/2711#discussion_r190286828 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/AttributesToCSV.java --- @@ -0,0

[GitHub] nifi issue #1589: NIFI-1705 Adding AttributesToCSV processor

2018-05-16 Thread joetrite
Github user joetrite commented on the issue: https://github.com/apache/nifi/pull/1589 i drove this one off a cliff :). New pull request raised. ---

[GitHub] nifi pull request #2711: NIFI-1705 - Adding AttributesToCSV processor

2018-05-16 Thread joetrite
GitHub user joetrite opened a pull request: https://github.com/apache/nifi/pull/2711 NIFI-1705 - Adding AttributesToCSV processor New pull request replacing https://github.com/apache/nifi/pull/1589 You can merge this pull request into a Git repository by running: $ git

[GitHub] nifi pull request #1589: NIFI-1705 Adding AttributesToCSV processor

2018-05-16 Thread joetrite
Github user joetrite closed the pull request at: https://github.com/apache/nifi/pull/1589 ---

[GitHub] nifi issue #1589: NIFI-1705 Adding AttributesToCSV processor

2017-03-27 Thread joetrite
Github user joetrite commented on the issue: https://github.com/apache/nifi/pull/1589 @mattyb149 thanks for reviewing, let me have a think on these things. i like the idea of allowing the attribute list to be dynamic. --- If your project is set up for it, you can reply

[GitHub] nifi pull request #1589: NIFI-1705 Adding AttributesToCSV processor

2017-03-13 Thread joetrite
GitHub user joetrite opened a pull request: https://github.com/apache/nifi/pull/1589 NIFI-1705 Adding AttributesToCSV processor NIFI-1705 Adding AttributesToCSV processor You can merge this pull request into a Git repository by running: $ git pull https://github.com/joetrite

[GitHub] nifi issue #1564: NIFI-3497 ScanAttribute Tagging

2017-03-07 Thread joetrite
Github user joetrite commented on the issue: https://github.com/apache/nifi/pull/1564 @joewitt fixed routing, simplified code + thread safety issue and spelling of tomato :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] nifi issue #1564: NIFI-3497 ScanAttribute Tagging

2017-03-07 Thread joetrite
Github user joetrite commented on the issue: https://github.com/apache/nifi/pull/1564 @joewitt i'm made most of these changes, still testings things but one thing i want to note/raise (maybe by design?) in the original code is that if the ff does not contain any attributes that match

[GitHub] nifi issue #1564: NIFI-3497 ScanAttribute Tagging

2017-03-05 Thread joetrite
Github user joetrite commented on the issue: https://github.com/apache/nifi/pull/1564 @joewitt thx for the feedback. will work on it. --- 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

[GitHub] nifi pull request #1564: NIFI-3497 ScanAttribute Tagging

2017-03-05 Thread joetrite
Github user joetrite commented on a diff in the pull request: https://github.com/apache/nifi/pull/1564#discussion_r10431 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ScanAttribute.java --- @@ -60,13

[GitHub] nifi pull request #1536: NIFI-3497 ScanAttribute Tagging

2017-03-04 Thread joetrite
Github user joetrite closed the pull request at: https://github.com/apache/nifi/pull/1536 --- 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

[GitHub] nifi issue #1536: NIFI-3497 ScanAttribute Tagging

2017-03-04 Thread joetrite
Github user joetrite commented on the issue: https://github.com/apache/nifi/pull/1536 created new pull request #1564 with single commit. closing this. thanks @joewitt @alopresto for all the help and advise. --- If your project is set up for it, you can reply to this email and have

[GitHub] nifi pull request #1564: NIFI-3497 ScanAttribute Tagging

2017-03-04 Thread joetrite
GitHub user joetrite opened a pull request: https://github.com/apache/nifi/pull/1564 NIFI-3497 ScanAttribute Tagging NIFI-3497 Adding tagging option to ScanAttribute You can merge this pull request into a Git repository by running: $ git pull https://github.com/joetrite/nifi

[GitHub] nifi pull request #1536: NIFI-3497 ScanAttribute Tagging

2017-03-03 Thread joetrite
Github user joetrite commented on a diff in the pull request: https://github.com/apache/nifi/pull/1536#discussion_r104274990 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ScanAttribute.java --- @@ -97,13

[GitHub] nifi pull request #1543: NIFI-1750 - updated dict file desc

2017-02-24 Thread joetrite
GitHub user joetrite opened a pull request: https://github.com/apache/nifi/pull/1543 NIFI-1750 - updated dict file desc Clarifying the load/reload strategy of the dictionary file. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] nifi pull request #1536: NIFI-3497 ScanAttribute Tagging

2017-02-23 Thread joetrite
GitHub user joetrite opened a pull request: https://github.com/apache/nifi/pull/1536 NIFI-3497 ScanAttribute Tagging Adding tagging to ScanAttribute. You can merge this pull request into a Git repository by running: $ git pull https://github.com/joetrite/nifi master