[
https://issues.apache.org/jira/browse/NIFI-14094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz reassigned NIFI-14094:
---------------------------------------
Assignee: Daniel Stieglitz
> 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
>
> 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)