无法使用mongoImport插入mongo

时间:2016-10-26 20:41:56

标签: mongodb import

我正在尝试使用mongo import

将json文件插入mongo

这是我的第一次尝试:

mongoimport --file someorders.json --type json --db test --collection someorders

我收到以下错误:

exception:BSON representation of supplied JSON is too large: code FailedToParse: FailedToParse: Expecting '{': offset:0

然后我尝试了:

mongoimport --file someorders.json --type json --db test --collection someorders --jsonArray

我收到以下错误:

exception:JSONArray file too large
warning: log line attempted (16384k) over max size(10k), printing beginning and end ... { 
... prints some of the json
ERROR: encountered 1 error(s)

0 个答案:

没有答案