-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
phase-4Phase 4: AdvancedPhase 4: Advanced
Description
Command: whcli export
whcli export <query> [options]
Options:
--format <fmt> csv, json, xlsx
--output <file> Output file (default: stdout)
--all Export all results (pagination)Examples
# Export to CSV
whcli export "fahrrad" --format csv > bikes.csv
# Export to JSON file
whcli export "laptop" --format json --output laptops.json
# Export ALL results (may be slow)
whcli export "iphone" --all --format csv > all-iphones.csvFeatures
- Progress bar for large exports
- Resume capability for interrupted exports
- Rate limiting to avoid blocks
Metadata
Metadata
Assignees
Labels
phase-4Phase 4: AdvancedPhase 4: Advanced