You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current lab guide provides outdated instructions for uploading nested JSON with a wrapper file to CouchDB using the couchimport tool. Specifically, the guide references options such as --type and --json-path, which are now obsolete as they are no longer accepted by the updated version of couchimport.
Steps to reproduce:
Follow the lab guide's instructions for uploading nested JSON with a wrapper file using couchimport.
Attempt to use the --type and --json-path options as described.
Encounter errors since these options are no longer valid in the updated couchimport.
Expected behavior:
The lab guide should reflect the updated couchimport arguments and provide correct instructions for uploading nested JSON data, including how to handle wrapper files.
Additional context:
The updated version of couchimport no longer requires --type and --json-path. The documentation should be updated to clarify the new usage, especially for users working with nested JSON and wrapper files.
Suggested fix:
Update the instructions to reflect the latest changes in couchimport.
Provide examples for uploading nested JSON data using the current version of couchimport.
Issue:
The current lab guide provides outdated instructions for uploading nested JSON with a wrapper file to CouchDB using the
couchimport
tool. Specifically, the guide references options such as--type
and--json-path
, which are now obsolete as they are no longer accepted by the updated version ofcouchimport
.Steps to reproduce:
couchimport
.--type
and--json-path
options as described.couchimport
.Expected behavior:
The lab guide should reflect the updated
couchimport
arguments and provide correct instructions for uploading nested JSON data, including how to handle wrapper files.Additional context:
The updated version of

couchimport
no longer requires--type
and--json-path
. The documentation should be updated to clarify the new usage, especially for users working with nested JSON and wrapper files.Suggested fix:
couchimport
.couchimport
.Here is my fix(https://github.com/Betsegaw-hp/agfzb-CloudAppDevelopment_Capstone/blob/master/cloudant/howtoupload.md)
Environment:
couchimport
version: 2.1.1The text was updated successfully, but these errors were encountered: