标签: python mongodb python-3.x pymongo
我为每个文档都有一个唯一的_id。因此,当已导入相同_id的文档时,我会收到重复错误。
_id
如何跳过已插入的_id?
if already inserted: ignore and go to next.