Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adnanmc/pythoncsvtomongodblocal

A python script that takes a csv file with header row and pushes values to a mongodb collection
https://github.com/adnanmc/pythoncsvtomongodblocal

Last synced: about 1 month ago
JSON representation

A python script that takes a csv file with header row and pushes values to a mongodb collection

Awesome Lists containing this project

README

        

# PythonCSVToMongoDBLocal
A python script that takes a csv file with header row and pushes values to local mongodb collection. This removes all existing documents within collection first, then populates it from csv file.

Origin credit goes to https://github.com/HuFeiHu/CSV2MongoDB