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 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.
Environment:
couchimport version: 2.1.1
Issue:
The current lab guide provides outdated instructions for uploading nested JSON with a wrapper file to CouchDB using the
couchimporttool. Specifically, the guide references options such as--typeand--json-path, which are now obsolete as they are no longer accepted by the updated version ofcouchimport.Steps to reproduce:
couchimport.--typeand--json-pathoptions as described.couchimport.Expected behavior:
The lab guide should reflect the updated
couchimportarguments and provide correct instructions for uploading nested JSON data, including how to handle wrapper files.Additional context:
The updated version of

couchimportno longer requires--typeand--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:
couchimportversion: 2.1.1