Gathering detailed insights and metrics for csv2couchbase
Gathering detailed insights and metrics for csv2couchbase
Gathering detailed insights and metrics for csv2couchbase
Gathering detailed insights and metrics for csv2couchbase
npm install csv2couchbase
Typescript
Module System
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
7 Commits
2 Forks
2 Watchers
1 Branches
1 Contributors
Updated on Apr 27, 2014
Latest Version
0.1.2
Package Id
csv2couchbase@0.1.2
Size
2.94 kB
NPM Version
1.3.24
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
4
Import CSV files in Couchbase
Don't expect to much from this library. If you wish to see any other features - feel free to fork / contribute and push.
npm install csv2couchbase
.csv2couchbase --csv path/to/csv
[--host hostname]
[--password password]
[--bucket bucket]
[--queryhost queryhost]
[--columns "col1,col2,col3"]
[--autocolumns]
[--pick "col1,col3"]
[--omit "col2"]
[--chunksize 1000]
[--doctype doctype]
[--simulate]
--csv path/to/csv
- specify path to csv file--host hostname
, --password password
, --bucket bucket
, --queryhost queryhost
- see coachbase documentation--columns "col1,col2,col3"
- specify name of the columns in CSV file, in other case data will be imported as array of values.--autocolumns
- set this flag is columns can be autodiscovered in the first CSV line.--pick "col1,col3"
- specify which columns you want to include.--omit "col2"
- other way of omitting columns which you don't want to import.--chunksize
- default chunk size is 1000, script uses addMulti
to import data by chunks.--doctype
- specify doctype
property for each object. Also this value will be used to construct id for rows {doctype}_{index}
.--simulate
- don't import anything to Couchbase, just simulate reading and print output to console.If you want to import GeoLite Country csv file
csv2couchbase --csv ~/Desktop/GeoIPCountryWhois.csv --bucket default --doctype geoip --columns "ip_from,ip_to,ip_int_from,ip_int_to,country_short,country"
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 0/7 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More