nmo import-csv <file> <couchdb-url> [--delimiter=','] [--columns=true]
Imports a csv file into CouchDB.
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
nmo import-csv /path/to/csv http://couch-url --columns=true