A simple node.js app to import csv files into mongodb.
To use this CLI app follow these steps:
- Clone the repository to your local
- cd into the
csv-to-mongodb-importer
folder - run
npm install
- run
npm run start
- Answer the questions
At the end, the selected csv file will be converted into a json file and be imported to MongoDB.