/MongoSlurp

Smart data import for CSV files into MongoDB.

Primary LanguagePythonThe UnlicenseUnlicense

MongoSlurp

MongoSlurp Logo

MongoSlurp is a small and very unfinished program that helps process CSV files before inserting them into MongoDB.

How to use

python3 mongo_slurp.py 'MongoDB URI' database collection file_to_import.csv

Example:

python3 mongo_slurp.py 'mongodb://localhost' test zips data/zips.csv