surya-shodan / mongoexportcsv

Export mongoDB documents to csv, irrespective of structural differences in each of the documents in the collections.
24 stars 14 forks source link

Allow connection with MongoDb URI #2

Closed eqperes closed 8 years ago

eqperes commented 8 years ago

With this change, the first argument given to the python script can be a MongoDb URI, which allows to create a MongoClient instance from a remote Host and with username-pwd authentication.

surya-shodan commented 8 years ago

Looks good. Thanks for contributing.