Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Put mongo update in Nifi

avatar
Explorer

How can I update an existing document (replacing it with the new one received) based on a specific key?

the document is something similar to this one:

{
"field1": {
"key1": "value",
"key2": "value",
"key3": "value"
},
 
"key": {
"subfield": {
"uuid": 1234
}
}
}

 

the key is key.subfield.uuid and it is contained into the json entering in the putmongo processor

0 REPLIES 0