duckdb.org/docs/stable/data/multiple_files/overview
Preview meta tags from the duckdb.org website.
Linked Hostnames
3Thumbnail

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'; Read the 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'; Read the 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'; Read the 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'; Read the CSV…
- og:urlhttps://duckdb.org/docs/stable/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/stable/data/multiple_files/overview.html
- icon/images/favicon/favicon-32x32.png
- icon/images/favicon/favicon-16x16.png
- manifest/images/favicon/site.webmanifest
Links
383- 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/data/multiple_files/overview