Is that possible to convert records that have standard GUID representation to UUID representation?

Viewed 27

I have a collection where the _id fields in that collection are stored in 2 different ways:

  1. BinData(3,"ABCD123")
  2. 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?

0 Answers
Related