Skip to content

Instantly share code, notes, and snippets.

@t3db0t
Created January 25, 2019 18:26
Show Gist options
  • Save t3db0t/d4896296dc57ddbcbba216939453acc2 to your computer and use it in GitHub Desktop.
Save t3db0t/d4896296dc57ddbcbba216939453acc2 to your computer and use it in GitHub Desktop.
Replication of mongoimport date error
[{
"title": "Pilgrims travel to the healing temples of Asclepieion ",
"start":
{
"$date": "-000300-01-01T05:00:00.000Z"
}
}]
mongoimport --uri "mongodb://etc...." --collection test --file dateTest.json --jsonArray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment