adnanmc / PythonCSVToMongoDBLocal

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%