【发布时间】:2015-01-01 21:06:05
【问题描述】:
尝试从 csv 数据导入。用“;”隔开。
数据示例: CSV:
title; new title; one, two, three; some data, data, more data
title2; new title2; one2, two2, three2; some data2, data, more data
导入命令行为:
mongoimport --db db_name --collection the_collection --type csv --file CSV_FILE.csv --fields field1, field2, field3
我做错了什么?
【问题讨论】: