Skip to content

Export

The export page writes table data to a CSV file. It is opened from the admin panel’s Export action, which pre-fills the target from your selected profile and table(s).

Field Meaning
Export path Directory where the file is written
Filename CSV filename; empty uses a generated name
Target profile The source profile
Target table The source table(s); multiple tables are comma-separated

The generated filename is {profile}_{table}_export.csv, or joins the table names with _ when several tables are selected.

Button What it does
Export Writes the CSV
Cancel Returns to the admin panel

The directory comes from [storage] output_dir in config.toml; when that is unset, the client uses Downloads/komp_ac_exports, then Documents, then the home directory, then the temporary directory. Relative output_dir values are resolved against the config directory.

Filenames are validated to stay portable across Linux, macOS, and Windows.