Expand description
Data export operations
This module contains operations for exporting data to various formats, extracted from the monolithic TUI to improve maintainability and testability.
Structs§
- Data
Export Context - Context for data export operations Provides the minimal interface needed for export operations without coupling to the full TUI
Enums§
- Export
Result - Result of a data export operation
Functions§
- export_
to_ csv - Export data to CSV format
- export_
to_ json - Export data to JSON format