The ability to merge a csv file into an existing collection
Here's the use case:
I have a collection that has an _id column.
I populate a csv file with those _id's.
I add columns (or change existing column values) inside the spreadsheet.
I can then 'merge' that csv into an existing collection using the _id as the key - appending (or changing) data to that record - essentially a db.collection.update command.
2
votes
Mark Krieger
shared this idea