I have this MongoDB document. In JSON:
{
"attString":"hello World0",
"attInt":0,
"attDate":new Date("1990-7-20")
}
How can I import this document into MongoDB using mongoimport
? I have a problem with the attDate field.
This is MongoDB shell notice:
Failed: error unmarshaling bytes on document #1: unexpected ISODate format