duckdb / duckdb/duckdb-spatial
Is it possible to read more than one file, using some pattern?
Open
enhancement
- Dominant language
- C
- Stars
- 708
- Forks
- 96
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 5
Description
Hi,
I have a lot of file pbf in a folder. I am able to read a single file using `SELECT * FROM ST_READ('11_1076_766.pbf');`.
It seems not possibile to run something like `SELECT * FROM ST_READ('/folder/*.pbf');`, I have this error:
```
Error: IO Error: GDAL Error (4): /folder/*.pbf: No such file or directory
```
Is there another way to do it? Is there another way to merge all?
Thank you
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.