Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
kanuparthy
Contributor
Contributor

how to update embedded array in mongodb

In below example who to update data in second attribute from mysql database in mongodb

 

{

_id:1,

X:1,

Z:[

{"name":"kumar",

"Place":"chennai",

second:[

{

"phone":"78986878687",

"course":"Talend"

}],

"created":"TAlend"

}

]

}

Labels (3)
0 Replies