Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue found on page 'Loading JSON': json_reader parameter 'records' lists default value 'records' but only "auto", "true" and "false" as allowed values. #4363

Open
rpbouman opened this issue Dec 13, 2024 · 0 comments

Comments

@rpbouman
Copy link
Contributor

The json_reader documentation describes the reader parameter "records" as follows:

`records | Can be one of ['auto', 'true', 'false'] | VARCHAR | 'records'

(see: https://duckdb.org/docs/data/json/loading_json#parameters)

The documentation contradicts itself by listing the allowed values "auto", "true" and " false, while also stating the default is "records"

Either list "records" as a valid value, or fix the value that is passed as default.

Page URL: https://duckdb.org/docs/data/json/loading_json#parameters
`

@rpbouman rpbouman changed the title Issue found on page 'Loading JSON' Issue found on page 'Loading JSON': json_reader parameter 'records' lists default value 'records' but only "auto", "true" and "false" as allowed values. Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant