Forum Discussion
Aleksandar_A
3 years agoContributor III
Hello @srini.polimera,
You can try with Mapper and with the following expression.
$Employee.map(x => x.extend({"age":50}))
I suppose that you have employees as separate objects in the array, and not as you have them here in the input.
Let me know if this helps you.
BR,
Aleksandar.