I am using couchbase latest 5.x and trying to import data using cbimport tool. I need to import document id with all lower case letters. But I couldn’t create, If I specify name, it will create key::Name::1.
I need key::name::1 instead of “key::Name::1.”
cbimport json -c localhost:8091 -u Administrator -p password -b name -d file:///name.json -f list --generate-key key::%name%::#MONO_INCR#
Kindly provide your inputs.