MongoSlurp
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