blob: fa8fd82474fe379da3fa4928d12cff8267707b63 [file] [log] [blame] [view]
nmo-import-csv(1) -- 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