[
https://issues.apache.org/jira/browse/NIFI-8134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17846449#comment-17846449
]
ASF subversion and git services commented on NIFI-8134:
-------------------------------------------------------
Commit 2d112871db40c8f599d31974d14dd4a2227bf7da in nifi's branch
refs/heads/main from Chris Sampson
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=2d112871db ]
NIFI-8134 allow unescapeJson Record Path function to recursively convert Maps
to Records (#7745)
* NIFI-8134 recursively convert Java Objects to NiFi Records
> DataTypeUtils.toRecord methods do not recursively convert Maps into Records
> ---------------------------------------------------------------------------
>
> Key: NIFI-8134
> URL: https://issues.apache.org/jira/browse/NIFI-8134
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.11.4
> Reporter: Chris Sampson
> Assignee: Chris Sampson
> Priority: Major
> Time Spent: 3h
> Remaining Estimate: 0h
>
> Given a java Map that contains one or more Maps as values (optionally nested
> within arrays), the DataTypeUtils.toRecord method should convert the child
> Maps to Records before converting the to level Map.
> This assumes the associated schema for the data represents these objects as
> Records (including as part of a Choice of Array type).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)