MongoChef: Insert multiple documents
Ability to add multiple JSON documents
18
votes
abdd
shared this idea
-
Gabriel Fair commented
Hasn't this already been completed?
-
debug commented
Reusing JSON editor pasting array of object, comma separated:
[
{ "field1" : "value1" },
{ "field2" : "value2" }
] -
Thank you for your feedback. How would you prefer to have it implemented? What about reusing the current JSON editor for new documents and making it also accept multiple documents?
3T Team