Main > User Guide > Getting around > Exporting data

You can export the data to CSV-formatted files by clicking on the export arrow on the upper right. These files can easily be processed by Excel and other office tools.

For report with time buckets, two formats are available:

  • Table:
    Uses the same layout as shown on the screen. The time buckets are shown as columns in the CSV-file.
  • List:
    A seperate line is generated for each time bucket. This flat format can be more appropriate for further processing by other tools.

Note that the export is not limited to the page currently displayed on the screen, but all pages in the filtered selection will be exported.

Important note about delimiters:
Note that the seperator in the CSV-files varies with the chosen language: If in your language a comma is used as a decimal separator for numbers, the CSV file will use a semicolon (;) as delimiter. Otherwise a comma (,) is used. See http://en.wikipedia.org/wiki/Decimal_mark

Important note about character encodings:
The export process will encode the data file in the encoding defined by the setting CSV_CHARSET (default UTF-8).
For a smooth integration with Excel you might want to update this setting CSV_CHARSET to match the default Windows code page of your system.