gpt4 book ai didi

mongodb - 如何在mongodb中导入csv文件

转载 作者:可可西里 更新时间:2023-11-01 09:08:24 29 4
gpt4 key购买 nike

我有一个包含以下数据的 csv 文件,想将其导入 mongodb

ID;"AdmissionID";"SeatNo";"RegistrationNo";"ResultDate";"ResultStatusId"
1;12;"2323";"23";07-05-2013;1
2;23;"35";"32";10-05-2013;5

此数据将导入到 mongodb 2.2。我正在使用以下命令:

mongoimport -d test -c exam --type csv --headerline <f:\exam.csv

使用时出现以下错误

SyntaxError: missing ; before statement (shell):1

请帮我找出错误

最佳答案

这应该很容易做到这一点。更多 HERE .

 mongoimport -d mydb -c collectionName --type csv --file myfile.csv --headerline

您的问题是 <f:\exam.csv位,它看起来没有正确转义

> --headerline
> If using “--type csv” or “--type tsv,” use the first line as field names. Otherwise, mongoimport will import the first line as a distinct
> document.

关于mongodb - 如何在mongodb中导入csv文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16417029/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com