Data type is not changing in MongoDB via databricks Pyspark ( from string to date)
I am trying to load multiple documents into the MongoDb collection using databricks pyspark and while loading I am using updateDate filed as well , but after loading I could see updateDate field data type is string instead date data…