Quick Start
Load CSV files from a directory:Reading Different File Formats
Cloud Storage
Merge CSV Files
Load and merge CSV files based on a key column:Incremental File Loading
Track which files have been loaded to avoid reprocessing:Custom File Processing
Create custom transformers for specialized file formats:Copy Files While Loading
Download files locally while tracking them in the database:DuckDB Fast CSV Reading
Use DuckDB’s native CSV reader for maximum performance:Compressed Files
Automatically handle compressed files:File Glob Patterns
Use glob patterns to filter files:Complete Example: Multi-Format Load
Next Steps
Incremental Loading
Track processed files automatically
Schema Evolution
Handle changing file schemas