> 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-datatrans/ausgabeformate/dwa.md).

# DWA

Das DWA-Format ist ein spezielles CSV-Format der „Deutsche Vereinigung für Wasserwirtschaft, Abwasser und Abfall e. V.“ für die Durchführung des Leistungsnachweises und vereinfachten Energiecheck der kommunalen Kläranlagen in Baden-Württemberg.

Der Dateiname des Exports ist Festgelegt und wird anhand der Konfiguration gebildet, ein weiterer Export überschreibt dabei vorherige Exporte, sodass nur der aktuelle Stand vorliegt.

| Name                          | Beschreibung                                |
| ----------------------------- | ------------------------------------------- |
| Prefix                        | Ist Standardmäßig auf *dwaLV* gesetzt       |
| Wibasnummer                   | Die Angabe zu ihrer Wibasnummer             |
| Benutzeridentifikationsnummer | Die Identifikationsnummer ihres Benutzers\\ |
| (8stellig)                    |                                             |

Es werden nur die Verdichtungsstufen Tag, Monat und Jahr unterstützt, andere Verdichtungsstufen werden nicht exportiert und führen zu fehlgeschlagenen Exporten.

Die jeweiligen Verdichtungsstufen werden als Suffix an den Dateinamen angehängt, sodass sich folgendes Schema für die Dateinamen ergibt:

* Tag: *{Prefix}\_{Wibasnummer}\_{Benutzeridentifkationsnummer}\_days.csv*
* Monat: *{Prefix}\_{Wibasnummer}\_{Benutzeridentifkationsnummer}\_month.csv*
* Jahr: *{Prefix}\_{Wibasnummer}\_{Benutzeridentifkationsnummer}\_year.csv*

{% hint style="info" %}
Die DWA akzeptiert nur bestimmte Messpunkte / Feldkürzel, die im JUNE5.DataTrans nicht validiert werden. Um nur die akzeptierten Feldkürzel zu verwenden, ist ein entsprechender Variablenfilter zu erstellen.
{% endhint %}

## **Beispiele:**

#### Tag:

Datei: *dwaLV\_123450000012\_a123bcd4\_days.csv*

```csv
Datum;BSB5_Ab;BSB5_VKB_Ab;CSB_Ab;CSB_Zu;E_ARA_Ges
01.07.2021;16.56;19.067;15.726;15.77;18.0
02.07.2021;16.36;18.99;16.332;14.96;18.5
03.07.2021;19.33;18.859;17.198;17.72;19.2
04.07.2021;18.13;18.824;16.525;17.69;19.4
```

#### Monat:

Datei: *dwaLV\_123450000012\_a123bcd4\_month.csv*

```csv
Jahr;Monat;BSB5_Ab;BSB5_VKB_Ab;BSB5_Zu;CH4_FG
2021;1;-0.45;19.15;20.15;430.42
2021;2;7.62;19.60;20.61;431.10
2021;3;12.47;19.93;20.93;431.37
2021;4;15.83;18.96;19.96;347.21
2021;5;19.83;19.02;20.02;430.38
2021;6;17.84;19.76;20.76;430.37
```

#### Jahr:

Datei: *dwaLV\_123450000012\_a123bcd4\_year.csv*

```csv
Jahr;BSB5_Ab;BSB5_VKB_Ab;BSB5_Zu;CH4_FG;CSB_Ab;CSB_VKB_Ab
2018;8.72;19.6175;44.617;29.63;12.6356;13.93561
2019;8.72;19.6174;38.6175;29.63;12.6356;13.93569
2020;8.72;21.6174;43.6176;29.63;12.635;13.9356
2021;9.31;22.4948;51.4949;29.51;12.2542;13.55420
```


---

# 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-datatrans/ausgabeformate/dwa.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.
