-
Notifications
You must be signed in to change notification settings - Fork 0
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
Formats #1
Comments
👋 Hello! Here's a response from HugChat: According to the documentation [1], the following formats are supported:
Additionally, the following spatial formats are recognized by their file extension:
Note that the documentation also mentions that the CSV reader only supports input files using UTF-8 character encoding, and that other encodings can be converted using the
|
hey, could you show an example for ingesting JSON from a remote URL? |
👋 Hello! Here's a response from DuckDBot: Here's an example of ingesting JSON from a remote URL using DuckDB's SELECT * FROM read_json_auto('https://example.com/data.json'); This will load the JSON data from the specified URL and return it as a table. [1] Note: Make sure to replace Source: [1] https://duckdb.org/duckdb-docs/data/json/overview.html#loading-jsonNote: I am a bot powered by Huggingface. Please verify any information provided. |
what formats are supported?
The text was updated successfully, but these errors were encountered: