Exosphere Documentation

Export Database Data

Export database records from the database detail page

This guide explains how to export database records from the database detail page. It covers one-time XLSX and CSV exports, Excel templates, export jobs, and scheduled database exports.


Prepare the Database View

The export starts from the database detail view. Configure the view before you open the export dialog.

  1. Navigate to Inventory → Databases
  2. Open the database you want to export
  3. Select the required time range
  4. Apply the required filters
  5. Sort the table by the required column
  6. Confirm that the expected records are visible in the table

The export dialog summarizes the selected time range, active filters, selected fields, and sorting.


Open Export Options

Use Export in the database detail toolbar to start a one-time XLSX export. Use the arrow next to Export to open all export actions.

Database detail export button

Database export action menu

ActionUse for
ExportStart a one-time XLSX export with the current database view
Export as CSV fileStart a one-time CSV export
Export as Excel sheetStart a one-time XLSX export
Excel TemplatesOpen template management for this database
Scheduled ReportsOpen existing scheduled exports for this database
New Scheduled ExportCreate a new scheduled export
Export ArchiveOpen the export job archive for this database

Scheduled export and template management actions are available only to users who can edit the database.


Create an XLSX Export

Use XLSX exports when you need an Excel workbook, formatting, formulas, or a reusable template.

  1. Click Export
  2. Review the New Export dialog
  3. Confirm the Time Range
  4. Select the required Template
  5. Review the selected Fields
  6. Review the active Filters and Sorting
  7. Click Start Export

Database export dialog

Exosphere starts an XLSX export job. Large exports can take time to prepare. Track the job in Export Archive.

XLSX Options

OptionDescription
Time RangeThe date range used for the export. The dialog opens with the current database time range, and you can adjust it before starting the export.
TemplateThe Excel template used for the workbook. Select Base Template, Upload Template, or an existing template.
FieldsThe database fields included in the export when using Base Template.
FiltersActive database filters summarized from the database view.
SortingThe active table sort order.

Template Options

Database export template menu

Template optionDescription
Base TemplateUses the default workbook structure generated by Exosphere.
Upload TemplateLets you upload a custom .xlsx template for this database.
Existing templatesReuse previously uploaded templates for the same database.

When you select Upload Template, Exosphere shows an upload area and a Download Base Template action.

Database export template upload

Use the base template as the starting point for custom templates. It contains the required ExoData structure. Add custom sheets, formulas, charts, or formatting, then upload the edited .xlsx file.

Custom templates must keep the required ExoData column IDs and structure. If the uploaded workbook does not match the database export source, Exosphere rejects the template.

Template Limits

  • Regular workspaces can use one template per export source.
  • Enterprise workspaces can manage multiple templates.
  • Users need database edit permission to download base templates, upload templates, and manage templates.

Create a CSV Export

Use CSV exports when you need plain tabular data for external tools.

  1. Click the arrow next to Export
  2. Select Export as CSV file
  3. Confirm the Time Range
  4. Expand Fields
  5. Select the fields to include
  6. Reorder fields if required
  7. Select date formats for timestamp fields
  8. Review Filters and Sorting
  9. Click Start Export

Database CSV export fields

CSV Field Options

OptionDescription
Field switchIncludes or excludes the field from the CSV export. At least one field must be selected.
Drag handleReorders the field in the exported CSV file.
Date formatControls timestamp formatting for timestamp fields.
Unavailable badgeIndicates that a field cannot be exported in the current configuration.

Date Format Options

FormatExample
DD.MM.YYYY HH:mm:ss01.04.2026 14:30:00
YYYY-MM-DD HH:mm:ss2026-04-01 14:30:00
MM/DD/YYYY HH:mm:ss04/01/2026 14:30:00
ISO 86012026-04-01T14:30:00.000Z

The one-time CSV export dialog focuses on field selection, date formatting, filters, and sorting. CSV separator, decimal separator, and text identifier settings are available when configuring scheduled CSV exports.


Filter and Sort Behavior

The export dialog shows the active filters and sorting from the database detail page.

SettingHow it affects exports
Time RangeLimits exported records to the selected time period.
Validation StatusShows whether Valid and Invalid records are included.
Session StatusShows whether Completed and Open sessions are included.
Column filtersAppear in the export summary when they are active and supported by the export format.
SortingControls the exported row order. For example, Timestamp - Newest first exports newest records first.

For XLSX export jobs, database source filters are limited to supported source filters such as database type, device display name, and session status. Use CSV when an export must preserve validation status or other table-specific filters exactly.


Export Jobs and Archive

Starting an export creates an export job. Open Export Archive from the export menu to review previous jobs.

Export jobs can have these statuses:

StatusMeaning
QueuedThe export is waiting to be processed.
ProcessingExosphere is generating the export file.
CompletedThe export is ready to download.
FailedThe export could not be generated.
CanceledThe export was canceled before completion.

Completed jobs can be downloaded from the archive. Failed jobs should be retried after checking the time range, fields, filters, and template.


Create a Scheduled Export

Use scheduled exports when the same database data must be sent regularly.

  1. Open the database detail page
  2. Configure the time range, filters, fields, and sorting
  3. Click the arrow next to Export
  4. Click New Scheduled Export
  5. Configure the schedule
  6. Click Create Scheduled Export

You can also open Export, review the current configuration, and click Schedule this export to create a schedule from that export draft.

Scheduled database export

Schedule Options

OptionDescription
IntervalControls how often Exosphere creates the export. Available intervals include daily, weekly, monthly, quarterly, and yearly, depending on the workspace configuration.
Data RangeShows the period included in each scheduled export. For example, a daily schedule exports the previous day.
Sent onShows when Exosphere sends or runs the schedule.
FormatSelects XLSX, CSV, or Webhook. Webhooks require Enterprise access.
TemplateAvailable for XLSX schedules. Select Base Template, upload a template, or choose an existing template.
SettingsAvailable for CSV schedules. Configure separator, text identifier, and decimal separator.
Send toEmail recipients for XLSX and CSV scheduled exports.
Webhook URLDestination URL for webhook scheduled exports.
AuthorizationOptional authorization header for webhook requests.
FieldsSelects and reorders exported fields when the selected output mode supports field configuration.
FiltersShows filters saved with the schedule.
SortingShows the row order saved with the schedule.

CSV Schedule Settings

SettingOptions
SeparatorComma, semicolon, or tab
Use text identifierWraps text values with a text identifier when enabled
Decimal separatorDot or comma

Webhook Schedule Options

Webhook schedules send export data to an external HTTP endpoint.

  1. Select Webhook as the Format
  2. Enter the Webhook URL
  3. Enter an Authorization header if the endpoint requires one
  4. Open Request Info to review the HTTP request format and example payload
  5. Click Test Export to verify the configuration
  6. Click Create Scheduled Export

Webhook schedules are Enterprise-only.

Test a Scheduled Export

Use Test Export before saving or after editing a schedule.

Test actionResult
DownloadDownloads a test file for the current scheduled export configuration.
Send test emailSends a test email for an existing email schedule.
Send test webhookSends a test webhook for an existing webhook schedule.

The schedule cannot be saved until required fields, such as email recipients or webhook URL, are valid.

For schedule delivery options, schedule limits, and webhook payload details, see Export Center.


Permissions

CapabilityRequirement
Open database dataDatabase access permission
Create one-time exportsDatabase access permission
Manage templatesDatabase edit permission
Create scheduled exportsDatabase edit permission and available schedule limit
Manage scheduled exportsDatabase edit permission
Use webhook schedulesEnterprise access

Shared database views do not show the full export management actions.


Troubleshooting

No data in selected time range

If Exosphere shows No data in selected time range, adjust the time range or filters and start the export again.

Start Export is disabled

For CSV exports, select at least one field. For XLSX exports, wait until template upload or template loading is complete.

Template upload fails

Download the Base Template, edit it, and upload it again. Do not rename or remove the ExoData sheet, and do not change required column IDs.

Scheduled export cannot be saved

Check the validation message at the bottom of the schedule drawer. Common causes are missing email recipients, invalid webhook URL, unavailable webhook access, or no selected fields.

Export takes a long time

Large exports can stay queued or processing while Exosphere prepares the file. Check Export Archive for the current status.