> For the complete documentation index, see [llms.txt](https://docs.solutioo.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solutioo.de/datanorm-item-import/import-von-datanorm-dateien/unterschiede.md).

# Unterschiede DATANORM 4 und 5

## Gegenüberstellung

<table><thead><tr><th width="230">Merkmal</th><th width="290">DATANORM 4</th><th>DATANORM 5</th></tr></thead><tbody><tr><td><strong>Artikeldaten</strong></td><td>verteilt auf A-Satz und B-Satz</td><td>vollständig im A-Satz</td></tr><tr><td><strong>Zusatzangaben</strong></td><td>EAN, Matchcode, Katalogseite, Kupfergewicht im B-Satz</td><td>im A-Satz enthalten</td></tr><tr><td><strong>Einheiten</strong></td><td>freie deutsche Kürzel wie <code>ST</code>, <code>Stck</code>, <code>M</code></td><td>ISO-Codes wie <code>PCE</code>, <code>MTR</code></td></tr><tr><td><strong>Preissatz</strong></td><td>bis zu drei Artikel je P-Satz-Zeile</td><td>ein Artikel je Zeile</td></tr><tr><td><strong>Preisangabe</strong></td><td>ganzzahlig, Dezimalstellen über das Preiskennzeichen</td><td>explizite Dezimaldarstellung</td></tr><tr><td><strong>Textlänge</strong></td><td>kürzere Felder</td><td>längere Felder für Bezeichnungen</td></tr></tbody></table>

## Was das im Alltag bedeutet

### Datensatzzahl im Staging

Eine DATANORM-4-Datei enthält für 4.637 Artikel rund 9.274 Artikelzeilen, weil jeder Artikel aus A- und B-Satz besteht. Im Staging erscheinen dennoch **4.637** Datensätze. Die Zusammenführung ist beabsichtigt.

### Mehr Preissätze als Zeilen

Eine V4-Preisdatei mit 9 Zeilen kann 25 Preissätze ergeben, weil eine Zeile bis zu drei Artikelblöcke trägt. Ein Preisstaging mit mehr Einträgen als die Datei Zeilen hat, ist also korrekt.

### Einheiten

Bei DATANORM 4 stoßen Sie häufiger auf Einheitencodes, die eine eigene Zuordnung brauchen. Die Aktion **Einheiten initialisieren** deckt die verbreiteten deutschen Kürzel ab; seltene Kürzel ergänzen Sie in der [Einheitenzuordnung](/datanorm-item-import/stammdaten-und-zuordnungen/einheitenzuordnung.md).

### Preiskennzeichen

Das Preiskennzeichen unterscheidet Listenpreis (1) und Nettopreis (2). Die App legt beide in getrennten Feldern ab, sodass sie sich nicht überschreiben. Welcher davon zum Einkaufspreis wird, steuert **Quelle des Einkaufspreises**, siehe [Einkaufspreislisten](/datanorm-item-import/preise/einkaufspreislisten.md).

## Erkennung und Export

Beim **Import** wird die Version aus dem Vorlaufsatz erkannt – Sie müssen nichts einstellen.

Beim **Export** wählen Sie die Version bewusst. Die Vorgabe stammt aus **Standard-DATANORM-Version** in der Einrichtung, im Assistenten können Sie sie überschreiben. Siehe [DATANORM-Export](/datanorm-item-import/export/export-assistent.md).

{% hint style="info" %}
Für neue Datenlieferungen ist DATANORM 5 die bessere Wahl: weniger Satzarten, eindeutige Einheiten und klare Dezimalangaben. DATANORM 4 bleibt unterstützt, weil viele Lieferanten es weiterhin einsetzen.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.solutioo.de/datanorm-item-import/import-von-datanorm-dateien/unterschiede.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
