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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Gattuchaitanya
Contributor
Contributor

Create multiple arrays to MongoDb

i would like to create multiple arrays to MongoDB in same job. Sample output is shown below.

 

{
"_id": "123",
"cabins": [
{
"cabin_Id": "12434",
"name": "Cabin 1"
},
{
"cabin_Id": "8765",
"name": "Cabin 3"
}
],
"country": "FR",
"departments": [
{
"dept_id": "123",
"name": "Computers"
},
{
"dept_id": "345",
"name": "arch"
}
]
}

Labels (2)
0 Replies