我正在尝试将集合导出到具有以下字段的 csv:_id 编号名称价格 pollingTime
当我在 RoboMongo 中打开集合或尝试通过 mongoshell 访问集合时,我可以看到轮询时间数据,但是当我将其导出为 CSV 时,pollingTime 字段显示为空白。
这是我的 mongoexport 命令:
mongoexport --db=itemDB --collection=itemprice1 --type=csv --fieldFile=fields.txt --out items.csv
我需要将此数据发送给一些非技术业务人员;如果我需要在 fields.txt 中进行任何更改,任何想法。Fields.txt 是这样的:
_id 号码名称 totalPrice pollingTimeme