Mongodb – Convert string to double and compare with in array of objects
Here is my mongo sample collection, { "_id" : ObjectId("62aeb8301ed12a14a8873df1"), "Fields" : [ { "FieldId" : "name", "Value" : [ "test_123" ] }, { "FieldId" : "mobile", "Value" : [ "123" ] }, { "FieldId" : "amount", "Value" : […