我已尝试过将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
但似乎没有任何效果。