Waqt

Export and Import

Use export/import workflows for reporting, migration, and backups.

Export

waqt export supports CSV, JSON, and Excel.

# All entries, CSV by default
waqt export

# Weekly JSON
waqt export --period week --format json

# Monthly Excel with custom path
waqt export --period month --format excel --output month.xlsx

Export parameters

Import

waqt import FILE supports CSV, JSON, and Excel with conflict controls.

# Auto-detect format from extension
waqt import backup.json

# Override conflict behavior
waqt import entries.csv --on-conflict overwrite

# Dry-run preview
waqt import data.xlsx --dry-run

# Prevent category auto-creation
waqt import legacy.csv --no-create-categories

Conflict handling modes

Backup and restore guidance

Related documentation

← Previous: Leave management Next: CLI reference →