在Mongod Db 2.4中导入csv文件

时间:2014-04-14 05:56:17

标签: mongodb csv

我已尝试过将csv文件导入mongodb的各种命令,但大多数都会出错。“意外标识符”

mongoimport -h host:port -d experimental2 -c <collection> -u <user> -p <password> --file <input .csv file> --type csv --headerline

mongoimport -h localhost --port 27017 -d test -c forcasting --type csv --file ~/Desktop/forecasting.csv

mongoimport -h piyushl  --port 27017 -d test -c forcasting --type csv --file ~/Desktop/forecasting.csv

mongoimport -h localhost:27017 -d test -c forcasting -u Piyushl --file forecasting --type csv --headerline

但似乎没有任何效果。

0 个答案:

没有答案