0.0.2 • Published 9 years ago
mongo-import v0.0.2
mongo-import
This repo provides a script you can use to easily import csv files into mongodb.
Add mongo-import to your project
Add mongo-import to your package.json file as a development dependency.
npm install mongo-import --save-devor
yarn add mongo-import --devAdd import scripts to you project
Update your package.json as follows:
...
"scripts": {
...
"import": mongo-import",
...
},
...Run the script
The script assumes that the .csv files you want to import are in your local tables folder.
npm run mongo-importor
yarn mongo-importLicense
- To be added
Roadmap
- To be added
Known Issues
- To be added
0.0.2
9 years ago