Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Below is my sample JSON file,
{
"merchant":[ {
"_id":"ObjectId(55e3d639d118e6c24ee116f6)",
"name":"???? ??????",
"description":"???",
"website":"",
"taxonomy":"??,??,???",
"merchantLocation": [ {
"location":"china"
},
{ "location":"australia"}
]
}]
}
This is the output i get,
|_id |name |description|website|taxonomy |location|
|=---------------------------------+-----------+-----------+-------+---------+-------
|ObjectId(55e3d639d118e6c24ee116f6)|???? ??????|??? | |??,??,???|china |
But I expect another row as output for location=australia.
Attached the talend mapping for your reference. Please help.
Thanks,
Satheesh