Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
i am trying to get _id from Mongodb document using talend component. My document looks as follows in mongodb:
{
"_id": ObjectId("5637ac7a19f404804350410cb"),
"Name":"test123"
}
when i view/extract data using tMongodbInput component, i am getting different _id (example: "1234ac7a19f40480435041299").
any help is greatly appreciated.
Thanks
Shiva