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
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
The text was updated successfully, but these errors were encountered:
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
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
`
The text was updated successfully, but these errors were encountered: