You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by ravi singh <ra...@outlook.com> on 2021/07/09 11:46:21 UTC

Lookup Record with Mongodb lookup service for lookup key "_id" not working

Hi All,
I am trying to lookup a document in mongo db  by _id field
Following is the configuration for LookupRecord processor
Because mongodb will not accept id value as string , how I should accomplish this  ?


Incoming flow file structure :
{
“vle_data”:{
               “branch”:” 608fc4eb3f24980c2d7506a0”
}
}
[cid:image002.png@01D774E6.219211C0]
Thanks  and Regards,
Ravinarayan Singh



RE: Lookup Record with Mongodb lookup service for lookup key "_id" not working

Posted by ravi singh <ra...@outlook.com>.
Hi Team,

Any comment

Thanks  and Regards,
Ravinarayan Singh


From: ravi singh<ma...@outlook.com>
Sent: 09 July 2021 17:16
To: dev@nifi.apache.org<ma...@nifi.apache.org>
Subject: Lookup Record with Mongodb lookup service for lookup key "_id" not working

Hi All,
I am trying to lookup a document in mongo db  by _id field
Following is the configuration for LookupRecord processor
Because mongodb will not accept id value as string , how I should accomplish this  ?


Incoming flow file structure :
{
“vle_data”:{
               “branch”:” 608fc4eb3f24980c2d7506a0”
}
}
[cid:image003.png@01D77730.10298110]
Thanks  and Regards,
Ravinarayan Singh