Created
January 25, 2019 18:26
-
-
Save t3db0t/d4896296dc57ddbcbba216939453acc2 to your computer and use it in GitHub Desktop.
Replication of mongoimport date error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"title": "Pilgrims travel to the healing temples of Asclepieion ", | |
"start": | |
{ | |
"$date": "-000300-01-01T05:00:00.000Z" | |
} | |
}] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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