mongodb add field in all documents derived from another field
here is my data which I need to add in a collection let data = { 'a':'data a', 'ab':'data a', 'b':'data b', 'c':'data c' } here is my collection data: { name:'xyz', age:'100', arr: ['a','ab'] } what I want: {…