Forum Discussion
IgnatiusN
8 years agoNew Contributor II
Thanks Again, the second json source is given in the post. I have it here again. The join is on the “code” from “casestep” to the “code” in this source. exp_time from second source has to be copied over the main document
[
{
“code”: “abc”,
“exp_time”: “30s”
},
{
“code”: “xyz”,
“exp_time”: “20s”
},
{
“code”: “def”,
“exp_time”: “40s”
}
]
nganapathiraju
8 years agoFormer Employee
I hope this is what you want.
But without complete requirement and data, I cannot get you complete solution.
Definitely this should be a way forward for you.