dan-s1 commented on code in PR #9256:
URL: https://github.com/apache/nifi/pull/9256#discussion_r1754927196


##########
nifi-docs/src/main/asciidoc/expression-language-guide.adoc:
##########
@@ -2872,7 +2872,7 @@ provides several functions for evaluating the same 
conditions against groups of
 
|=======================================================================================
 | Expression | Value
 | `${allMatchingAttributes("[ax].*"):substringBefore(" "):join("-")}` | 
`hello-good`
-| `${allAttributes("abc", "xyz"):join(" now")}` | `hello world nowgood bye 
world now`
+| `${allAttributes("abc", "xyz"):join(" now ")}` | `hello world now good bye 
world`

Review Comment:
   You are correct there is no ending 'now' but per the ticket and actually 
trying this has no space between the words 'now' and 'good'.
   ```suggestion
   | `${allAttributes("abc", "xyz"):join(" now ")}` | `hello world nowgood bye 
world`
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to