Hi Team,
I have two collections(with same structure). I want to overwrite 1st collection with the values in the second collection.How can this be achieved without using loops to reduce the processing time?
Hi sambashiva.
1. You cant override initial values...If you try to do so then you will get all values that you want to override in current values of that collection..
2. If you want to copy all the values of coll1 into coll2 without using loops then you can simply use calculation stage(again you will get result in current values).. will work if collections have same structure
Regards,
Mayur