我正在尝试使用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)