There are some basic conversions questions already.
As I'm new to MongoDB, need help for this specific conversion:
Last modification date is being saved as String("last_modification" : "/Date(1520430205000)/") data type in my document.
I have to get only numeric(1520430205000) value from the field and convert it to long as well.
After conversion, the last modification value should be 1520430205000 as long data type.