Skip to main content

Module export

Module export 

Source
Expand description

Export/Import Module

Provides export and import functionality for AION files in various formats:

  • JSON: Full file metadata export
  • YAML: Human-readable configuration export
  • CSV: Audit trail export for spreadsheet analysis

Structs§

ExportData
Exportable file data structure
ExportFileInfo
Exported file information
ExportSignature
Exported signature entry
ExportVersion
Exported version entry

Enums§

ExportFormat
Export format options

Functions§

export_file
Export an AION file to the specified format
import_json
Import data from JSON format
import_yaml
Import data from YAML format