mirror of https://github.com/apache/nifi.git
NIFI-9532 Correct error in allDelineatedValues table in EL Guide
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #5628.
This commit is contained in:
parent
be138ab656
commit
f80e2ec70b
|
@ -2679,7 +2679,7 @@ provides several functions for evaluating the same conditions against groups of
|
|||
|===============================================================================
|
||||
| Expression | Value
|
||||
| `${allDelineatedValues("${word_list}", ","):contains("o")}` | `true`
|
||||
| `${allDelineatedValues("${number_list}", ","):count()}` | `4`
|
||||
| `${allDelineatedValues("${number_list}", ","):count()}` | `5`
|
||||
| `${allDelineatedValues("${number_list}", ","):matches("[0-9]+")}` | `true`
|
||||
| `${allDelineatedValues("${word_list}", ","):matches('e')}` | `false`
|
||||
|===============================================================================
|
||||
|
|
Loading…
Reference in New Issue