[
https://issues.apache.org/jira/browse/NIFI-4853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16358459#comment-16358459
]
ASF GitHub Bot commented on NIFI-4853:
--------------------------------------
Github user pvillard31 commented on the issue:
https://github.com/apache/nifi/pull/2457
+1, merging to master, ran some tests on a local Mongo, all looks good.
Thanks!
> PutMongoRecord doesn't handle nested records
> --------------------------------------------
>
> Key: NIFI-4853
> URL: https://issues.apache.org/jira/browse/NIFI-4853
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Reporter: Matt Burgess
> Assignee: Matt Burgess
> Priority: Major
>
> PutMongoRecord works well with flat records, but when attempting to put in
> nested records (records whose fields are arrays or records themselves), the
> Mongo serializer doesn't know how to handle the complex NiFi record field
> types (such as MapRecord).
> The fix is to traverse all fields in the record, transforming the fields (if
> necessary) to Java objects for use by the Mongo serializer(s). Something very
> similar was done for PutDruidRecord, and in fact there is a utility method
> DataTypeUtils.convertRecordFieldtoObject() that can perform this task.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)