csv-to-mongodb

1.0.4 • Public • Published

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.

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i csv-to-mongodb

    Weekly Downloads

    4

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    8.76 kB

    Total Files

    4

    Last publish

    Collaborators

    • fulstop