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

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: 3 months 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