Rob ← MongoDB Feedback Engine My feedback 2 results found Copy as "normal" JSON 12 votes Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Vote We’ll send you updates on this idea 2 comments · Compass · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close An error occurred while saving the comment Rob commented · Jun 19, 2023 · Edit… · Delete… We had this ability in Robo3T (very fast), but it's much slower in Studio 3T. I was disappointed to discover both Compass and Compass Community do not support this syntax. I'm fairly certain you can still do this from mongosh but the terminal is excruciatingly slow when pasting in very large documents. e.g. ``` mongosh use my-database db.my-collection.insert(<paste-from-clipboard>); ``` Save Submitting... Rob supported this idea · Jun 19, 2023 Login auto-redirects to 2FA screen but shouldn't, or offer logout 1 vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Vote We’ll send you updates on this idea 0 comments · Atlas » Other · Edit… · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Rob shared this idea · Apr 3, 2020
We had this ability in Robo3T (very fast), but it's much slower in Studio 3T.
I was disappointed to discover both Compass and Compass Community do not support this syntax.
I'm fairly certain you can still do this from mongosh but the terminal is excruciatingly slow when pasting in very large documents.
e.g.
```
mongosh
use my-database
db.my-collection.insert(<paste-from-clipboard>);
```