Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

634
Views
MongoDB Compass does not allow ObjectId() while populating DB with "Insert Document" feature?

I am using MongoDB Compass version 1.25.0.

I was trying to insert a document shared by one of my colleague using the "Insert Document" feature of the MongoDB Compass.

But, it's showing that the document is not in correct format. enter image description here

I think it is validating JSON format and ObjectId() is not a valid JSON value.

I am aware that Compass would create ObjectId() automatically but I want to pass it explicitly.

I resorted to the Shell and I was able to insert the document.

My question is does MongoDB Compass allow entering ObjectId() from the UI? If yes, what am I doing wrong?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

I was able to insert a document with ObjectId using below syntax:

{
    "_id": {
        "$oid": "60261ccf416a1ed478d7357a"
    }
}

I found that the documentation of a bit off in clarifying how the $oid is supposed to be used. At least for someone beginner like me.

enter image description here

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!