[issue20870] how to import json file in mongodb using pymongo

2014-03-08 Thread R. David Murray
R. David Murray added the comment: This tracker is for reporting bugs in CPython and the Python standard library. pymongo is not part of the standard library. Please use the pymongo support channels for your question. (Their help channels...it does not look like this is a bug report.) You

[issue20870] how to import json file in mongodb using pymongo

2014-03-08 Thread Pramod Jadhav
New submission from Pramod Jadhav: import sys import envoy from bson import json_util # Comes with pymongo from pymongo import MongoClient from pprint import pprint import json client = pymongo.MongoClient('mongodb://user:user...@ds033499.mongolab.com:33499/enron') r = pymongo.MongoClient('mongo

[issue20870] how to import json file in mongodb using pymongo

2014-03-08 Thread Pramod Jadhav
Changes by Pramod Jadhav : -- nosy: pramod.jadhav priority: normal severity: normal status: open title: how to import json file in mongodb using pymongo versions: Python 2.7 ___ Python tracker _