怎样将Json文件导入到MongoDB数据库中?
> show dbs
admin (empty)
ceshi 0.078GB
local 0.078GB
> use ceshi
switched to db ceshi
> show tables
ganji_info
ganji_uinfo
ganji_url_info
ganji_url_list
prices_list
sample_info
shouji_info
shouji_urls_list
system.indexes
url_list
> mongoimport -d ceshi -c sample_info e:\sample.json
2016-08-18T08:28:00.151+0800 SyntaxError: Unexpected identifier
我参考网上的说是这样做,但是老是出错,求大神告诉我怎么做?
伊谢尔伦2017-05-02 09:23:04
젠장, 읽으면 읽을수록 문제가 있는 것 같은 이유를 알려주는 것뿐입니다. 질문에 왜 실수를 했는지 알겠습니다. mongoimport
이 명령은 mongo 쉘에서는 실행되지 않습니다!
이 명령은 독립적으로 실행되어야 합니다