[
https://issues.apache.org/jira/browse/NIFI-14094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz updated NIFI-14094:
------------------------------------
Status: Patch Available (was: In Progress)
> 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: 10m
> 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)