[GitHub] nifi pull request: NIFI-1660 - Enhance the expression language wit...

2016-05-21 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/303#discussion_r64142229 --- Diff: nifi-docs/src/main/asciidoc/expression-language-guide.adoc --- @@ -1161,7 +1161,61 @@ Expressions will provide the following results:

[GitHub] nifi pull request: NIFI-1660 - Enhance the expression language wit...

2016-05-21 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/303#discussion_r64142194 --- Diff: nifi-commons/nifi-expression-language/src/test/java/org/apache/nifi/attribute/expression/language/TestQuery.java --- @@ -233,6 +233,24 @@ public

[GitHub] nifi pull request: NIFI-1660 - Enhance the expression language wit...

2016-05-21 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/303#discussion_r64142183 --- Diff: nifi-commons/nifi-expression-language/src/main/java/org/apache/nifi/attribute/expression/language/evaluation/functions/JsonPathEvaluator.java ---

[GitHub] nifi pull request: NIFI-1660 - Enhance the expression language wit...

2016-05-21 Thread mattyb149
Github user mattyb149 commented on the pull request: https://github.com/apache/nifi/pull/303#issuecomment-220807201 This appears to have been based on the 0.x branch, not master (so the PR has conflicts). If you'd like to submit the PR against 0.x, do you mind updating the PR? If

[GitHub] nifi pull request: NIFI-1660 - Enhance the expression language wit...

2016-05-21 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/303#discussion_r64142161 --- Diff: nifi-commons/nifi-expression-language/pom.xml --- @@ -56,5 +56,13 @@ org.apache.nifi nifi-utils

[GitHub] nifi pull request: NIFI-1905 enabled ExecuteProcess to terminate p...

2016-05-21 Thread olegz
Github user olegz commented on the pull request: https://github.com/apache/nifi/pull/456#issuecomment-220795133 @aperepel all squashed and pushed, including the change from WARN to INFO for log message. Let me know if there is anything else. --- If your project is set up for it,

Re: Issues with Regex used with ReplaceTextWithMapping: where am I going wrong?

2016-05-21 Thread idioma
Hi all, I went through a number tests until the moment when I have realised that the problem seems to be dealing with phrase sentences with spaces, e.g. "Text Again". Although the final version of my regex was still correct, as follows: [A-Z][A-Za-z]*\s[A-Z][A-Za-z]* The pattern was not picked,