duckdb.org/docs/0.9/data/multiple_files/overview
Preview meta tags from the duckdb.org website.
Linked Hostnames
4- 230 links toduckdb.org
- 2 links togithub.com
- 1 link toraw.githubusercontent.com
- 1 link toshell.duckdb.org
Thumbnail

Search Engine Appearance
Reading Multiple Files
DuckDB can read multiple files of different types (CSV, Parquet, JSON files) at the same time using either the glob syntax, or by providing a list of files to read. See the combining schemas page for tips on reading files with different schemas. CSV -- read all files with a name ending in ".csv" in the folder "dir" SELECT * FROM 'dir/*.csv'; -- read all files with a name ending in ".csv", two directories deep SELECT * FROM '*/*/*.csv'; -- read all files with a name ending in ".csv", at any depth in the folder "dir" SELECT * FROM 'dir/**/*.csv';…
Bing
Reading Multiple Files
DuckDB can read multiple files of different types (CSV, Parquet, JSON files) at the same time using either the glob syntax, or by providing a list of files to read. See the combining schemas page for tips on reading files with different schemas. CSV -- read all files with a name ending in ".csv" in the folder "dir" SELECT * FROM 'dir/*.csv'; -- read all files with a name ending in ".csv", two directories deep SELECT * FROM '*/*/*.csv'; -- read all files with a name ending in ".csv", at any depth in the folder "dir" SELECT * FROM 'dir/**/*.csv';…
DuckDuckGo
Reading Multiple Files
DuckDB can read multiple files of different types (CSV, Parquet, JSON files) at the same time using either the glob syntax, or by providing a list of files to read. See the combining schemas page for tips on reading files with different schemas. CSV -- read all files with a name ending in ".csv" in the folder "dir" SELECT * FROM 'dir/*.csv'; -- read all files with a name ending in ".csv", two directories deep SELECT * FROM '*/*/*.csv'; -- read all files with a name ending in ".csv", at any depth in the folder "dir" SELECT * FROM 'dir/**/*.csv';…
General Meta Tags
12- titleReading Multiple Files – DuckDB
- charsetutf-8
- viewportwidth=device-width, initial-scale=1.0, maximum-scale=1.0
- msapplication-TileColor#000000
- msapplication-config/images/favicon/browserconfig.xml
Open Graph Meta Tags
7- og:titleReading Multiple Files
og:locale
en_US- og:descriptionDuckDB can read multiple files of different types (CSV, Parquet, JSON files) at the same time using either the glob syntax, or by providing a list of files to read. See the combining schemas page for tips on reading files with different schemas. CSV -- read all files with a name ending in ".csv" in the folder "dir" SELECT * FROM 'dir/*.csv'; -- read all files with a name ending in ".csv", two directories deep SELECT * FROM '*/*/*.csv'; -- read all files with a name ending in ".csv", at any depth in the folder "dir" SELECT * FROM 'dir/**/*.csv';…
- og:urlhttps://duckdb.org/docs/0.9/data/multiple_files/overview.html
- og:site_nameDuckDB
Twitter Meta Tags
3- twitter:cardsummary
- twitter:site@DuckDB
- twitter:creator@GitHub User
Link Tags
8- apple-touch-icon/images/favicon/apple-touch-icon.png
- canonicalhttps://duckdb.org/docs/0.9/data/multiple_files/overview.html
- icon/images/favicon/favicon-32x32.png
- icon/images/favicon/favicon-16x16.png
- manifest/images/favicon/site.webmanifest
Links
234- https://duckdb.org
- https://duckdb.org/code_of_conduct
- https://duckdb.org/docs/0.10/data/multiple_files/overview
- https://duckdb.org/docs/0.8/data/multiple_files/overview
- https://duckdb.org/docs/0.9/api/adbc