Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 311 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 311 Bytes

CSV to Mongo DB Cloud

Send your .csv file as a collection to your Mongo DB

python3 -m venv .venv && source .venv/bin/activate

Install the dependencies:

python3 -m pip install -r requirements.txt

Then, run in your root directory the following command:

python3 main.py