1.0.4 • Published 5 years ago

csv-to-mongodb v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

CSV to MongoDB Importer

A simple command line utility to quickly and easily import CSV files directly into MongoDB.

Usage

install it with:

npm install -g csv-to-mongodb

then run it with:

csv-to-mongodb

you will need the following data: 1. Your MongoDB primary connection string. 2. The path to your CSV file. 3. The name of the collection. 4. A unique identifier if you want to overwrite existing documents.

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago