Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Django 和 Mongodb,我试图像这样导出我的数据库:
./mongoexport -d foo_db -c foo_bar --csv -f "client,name,brand_manager_name,brand_manager_email" -o foo_bar.csv
csv 文件和电子邮件字段中的foreignKey Client 是空白的。
在其他导出中,日期字段也是空白的。
你应该怎么做?