Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Put mongo update in Nifi
Labels:
- Labels:
-
Apache NiFi
-
NiFi Registry
Explorer
Created 07-05-2023 06:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
