ERR_DATASET_INVALID_JSON: Invalid JSON data¶
DSS cannot process a JSON input file because its content is malformed or contains a value that cannot be parsed by the JSON reader.
The error details identify the affected file when available. They may also include the JSON path, line and column, and a description of the parsing problem.
Remediation¶
Inspect the file and location reported in the error details.
Correct or replace the invalid JSON data, then run the operation again.
If an upstream system generated the file, correct its output or regenerate the file from the source.