Data export

Breeze provides space-level and page-level data export. Both types make use of CSV, which is a standard and lightweight data format and can easily be further processed in data warehouses or spreadsheet applications.

Space-level data export

Space-level data export is provided via the spaces component.

Breeze data export

It contains the same high-level information as the shown table data and is therefore useful to get a snapshot of all spaces and their current health status.

The following columns are part of the exported CSV file:

  • Space key
  • Space name
  • Space owner
  • Categories
  • Last analysis date
  • Total number of pages
  • Number of pages that are UP TO DATE
  • Number of pages that are REVIEW REQUIRED
  • Number of pages that are ARCHIVABLE
  • Number of pages that are EXCLUDED
  • Health value
  • Assigned workflow

Page-level data export

Page-level export is provided via the overview component. You can decide to either export data of the selected space, or of all spaces with an assigned workflow. In contrast to space-level export, the generated CSV file does not contain aggregated data, but a list of pages of the selected space(s) and the following details:

  • Space key
  • Space name
  • Page ID
  • Page title
  • Content relevance
  • Last viewed
  • Last updated
  • Page creator
  • Last contributor
  • All contributors
  • Page owner

☝️Please notice: Depending on your selection and the number of pages within your spaces, the export may take several minutes. Once started, it is important to keep the browser tab open until Breeze has finished the export and downloaded the CSV file to your computer.

Breeze data export

Typical use cases of page-level data export include:

  • Identifying all pages without a page owner
  • Identifying all pages with unlicensed page owners

Learn more about these use cases in our blog post.