Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
A python script that takes a csv file with header row and pushes values to a mongodb collection
- Host: GitHub
- URL: https://github.com/adnanmc/pythoncsvtomongodblocal
- Owner: adnanmc
- Created: 2018-01-05T22:23:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-19T16:43:59.000Z (about 7 years ago)
- Last Synced: 2024-11-09T10:41:27.284Z (3 months ago)
- Language: Python
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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