I have a collection where the _id fields in that collection are stored in 2 different ways:
BinData(3,"ABCD123")UUID('9cac87c9-02a5-123a-abcd-123456789abc')
Is that possible that I find all the documents that have BinData and change it to UUID format or even find BinData documents and remove it?