I’m completely new to Mongo so please bear with me. I’m using Compass and I’m able to view collections, query the data, etc. Everything is working fine.
When I try to export a whole collection, on most collections, it works fine.
When I tried to export 1 collection (all fields) to a CSV file, I get an error:
Path collision at Contact.Email remaining portion Email
I’m not selecting individual fields, or doing anything crazy. I’m just trying to export the whole collection.
I noticed that when I view the documents in the collection, I don’t even see the offending fields.