> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/webanwendung/sichten/datenexport-als-csv.md).

# Data Export as CSV

The CSV data export offers the option to export the records of a chart as a CSV file. The button labeled *CSV Export* is located at the top of the views area.

The following configuration options are available in the CSV Export dialog:

* With File Header
* Zipped
* Raw Data
* CSV Type
* Language
* Column Separator

*With File Header* means that the CSV file also contains a corresponding label for each column.

The *Zipped* option determines whether the CSV file is saved compressed or uncompressed.

If the *Raw Data* option is enabled, all measured values available in the data source for the selected time period are exported. If this option is not enabled, only the measured values for the time period that JUNE5 has previously aggregated are exported.

*CSV Type* distinguishes between *sequential* and *tabular*. Depending on the type, the rows of the CSV file are structured differently.

The language defines, for example, the decimal separator used and date format.

The column separator specifies which character should be used to separate the columns in the CSV file.

## CSV Encoding (System Admin):

The CSV encoding can be adjusted in the settings file "..\ProgramData\VIDEC\JUNE5\Configuration\SystemSettings\_V2.6.xml" using the property "\<CSVEncoding>". The default value is 1250 (Central European (Windows)). For utf-8, set the value to 65001. For more possible encodings, see <https://docs.microsoft.com/en-us/dotnet/api/system.text.encodinginfo.codepage?view=netcore-3.1>.

{% hint style="info" %}

* For the CSV file download to work properly, the browser must allow pop-up windows.
* Settings on the temporary tabular display of a chart have no effect on the export.
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.videc.de/june5-3.7/en/webanwendung/sichten/datenexport-als-csv.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
