CSV Import
CSV Import Options
JSON Import
XML Import
Database Import
- VCL
- FMX
Excel Import
HTML Import
Import from Objects (ORM)
Import from Components
Import from URL (Auto-detect format)
Import from AI
Automatic File Import
TeeBI can automatically detect file formats:Performance Tips
Large Files
Large Files
For files larger than 100MB, consider:
- Loading in chunks if possible
- Using 64-bit compilation
- Enabling parallel processing for queries
Memory Management
Memory Management
Always free imported data:
Header Detection
Header Detection
CSV auto-detection works best when:
- First row contains text headers
- Data rows start from row 2
- Headers don’t contain special characters
See Also
- Basic Usage - Complete workflow example
- Simple Queries - Query imported data
- Master-Detail - Work with related tables
