Requirement: MongoDB Version 4.2 collections are holding data (imported via JSON files). For one column having String datatype and format as : 08/12/1977 09:45:34 AM, which need to be converted into DATE data type and to the format : ISODate : (“1977-08-12T09:45:34.000+0000”)
Either via PyMongo or directly via Mongo aggregation/conversion utilities usage can serve the purpose. Any help is highly appreciated.