How to read a json field in metabase?

Hello, I'm beginner in metaphors and I want to read my mongodb collection, but unfortunately the fields "Modeles" is read as json text in metabase as you can see in those images below .
i m using mongodb compass.
Thank you for helping !

Hi @Maha
You would have to create a View on MongoDB, where you expand the JSON into multiple columns.
Metabase does currently not really support JSON objects. It's one of the most requested features, but also difficult to implement.

1 Like

thank you for your response