Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Submitted
Categories IDEs
Created by Guest
Created on Mar 15, 2021

Show UUID fields as UUID in document editor

I have a collection with documents containing UUID fields (standard, not legacy). When I browse those documents in the extension, they are shown like this: { "_id": "5e58eae46015f74c61dd6af0", "my_uuid": { "$binary": { "base64": "ILGr2eKZSmqkQX1OZsoICQ==", "subType": "04" } } } I would have expected them to be shown as: { "_id": "5e58eae46015f74c61dd6af0", "my_uuid": UUID("20b1abd9-e299-4a6a-a441-7d4e66ca0809") } Robot 3T (for example) does this well. I think it would greatly help to read such values.
  • Guest
    Oct 19, 2021
    This would help so much TT_TT