How is possible to rename a field in multiples documents in a MongoDB? I have a collections with elements like this, and I want the rename the field "name" by "userName" in all the collection
{
"name" : "luisPerez",
"address" : "Gaiman",
"addressFmt" : "Gaiman, Chubut Province, Argentina",
"loc" : {
"type" : "Point",
"coordinates" : [ -65.4920111, -43.2895976 ]
},
}