Fork me on GitHub

nmo

Bulk import CSV files#

Synopsis#

nmo import-csv <file> <couchdb-url> [--delimiter=','] [--columns=true]

Description#

Imports a csv file into CouchDB.

CONFIGURATION:#

delimiter Default: ',' Type: String

The csv delimiter

columns Default: true Type: Boolean

Whether to use the first row of the csv to define the key fields for
each document

EXAMPLE#

nmo import-csv /path/to/csv http://couch-url --columns=true