mongodb - Mongo multiple JSON file insert error -
i trying insert multiple json documents mongodb with:
for (i=0; 1<1000000; i++){ mongoimport -d test -c questions twds1e1.txt}
twds1e1.txt our json file held locally in c:\program files\mongodb\server\3.0\bin
but getting unexpected identifier
error!
i have tried db.collections.insert( twds1e1.txt )
getting twds1e1 not defined error
what doing wrong , how can insert multiple documents shell?
mant thanks
Comments
Post a Comment