Skip to content

Instantly share code, notes, and snippets.

@zukasmichael
Created September 1, 2015 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zukasmichael/a8b8ffbb07abf04cacf9 to your computer and use it in GitHub Desktop.
Save zukasmichael/a8b8ffbb07abf04cacf9 to your computer and use it in GitHub Desktop.
db.getCollection('attrib_cd').find({}).forEach(function(doc) {
doc['qid'] = doc["0"];
delete doc["0"];
db.getCollection('attrib_cd').save(doc);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment