Mark Payne created NIFI-14094:
---------------------------------

             Summary: 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


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)

Reply via email to