[
https://issues.apache.org/jira/browse/NIFI-14094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937988#comment-17937988
]
ASF subversion and git services commented on NIFI-14094:
--------------------------------------------------------
Commit 939b794e6fadef1a1b06e1c2e22857bdd277f322 in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=939b794e6f ]
NIFI-14094 Corrected reference to Record Path concat function to be lowercase
instead of uppercase.
Signed-off-by: Pierre Villard <[email protected]>
This closes #9818.
> RecordPath Guide has typo, showing concat examples incorrectly cased
> --------------------------------------------------------------------
>
> Key: NIFI-14094
> URL: https://issues.apache.org/jira/browse/NIFI-14094
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Daniel Stieglitz
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The examples for the {{concat}} function in the RecordPath docs show it using
> uppercase:
> {code:java}
> CONCAT(/title, ' ', /firstName, ' ', /lastName) {code}
> But as with all RecordPath functions, the function name should be lowercase:
> {code:java}
> concat(/title, ' ', /firstName, ' ', /lastName) {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)