Jordan Sammut created NIFI-16002:
------------------------------------
Summary: LookupRecord does not create parent objects defined in
Result RecordPath
Key: NIFI-16002
URL: https://issues.apache.org/jira/browse/NIFI-16002
Project: Apache NiFi
Issue Type: Bug
Reporter: Jordan Sammut
When making use of the {{LookupRecord}} processor, the configured *Result
RecordPath* does not correctly populate nested JSON structures if the parent
object does not already exist. Instead the result is written at the root level.
*Example:*
Result RecordPath: /enrichment/value
Should /enrichment not exist, the result is instead written to {*}/value{*}.
Ideally, the nested objects are auto created in cases like this
--
This message was sent by Atlassian Jira
(v8.20.10#820010)