> 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/universal-import/readme.md).

# Leistungsumfang Universal Import

**Solutioo Universal Import** ist eine Erweiterung für **Microsoft Dynamics 365 Business Central**, mit der Sie Daten aus **Excel**-, **CSV**-, **XML**- und **JSON**-Dateien in *beliebige* Tabellen importieren können. Sie definieren flexible Zuordnungen zwischen Dateispalten und BC-Feldern, prüfen Datensätze in der **Import-Vorschau** und behalten den Überblick über jeden Lauf im **Import-Protokoll**.

## Kernkonzepte

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-arrow-up-to-dotted-line">:arrow-up-to-dotted-line:</i></h4></td><td><strong>Import-Zuordnung (Mapping)</strong></td><td>Eine <strong>Import-Zuordnung</strong> ist eine wiederverwendbare Vorlage zur Zuordnung von Dateispalten zu Feldern. Sie kann für wiederkehrende Importe erneut genutzt werden.</td><td></td><td></td><td><a href="/pages/7FvWQMF0kTK7HGhlQfmo">/pages/7FvWQMF0kTK7HGhlQfmo</a></td></tr><tr><td><h4><i class="fa-bullseye-arrow">:bullseye-arrow:</i></h4></td><td><strong>Zieltabelle</strong></td><td><p>Als <strong>Zieltabelle</strong> kann praktisch jede passende BC-Tabelle gewählt werden </p><p>z. B. Artikel, Debitoren, Kreditoren, Preislisten und viele weitere.</p></td><td></td><td></td><td><a href="https://github.com/GitbookIO/gitbook-templates/blob/main/product-docs/broken-reference/README.md">https://github.com/GitbookIO/gitbook-templates/blob/main/product-docs/broken-reference/README.md</a></td></tr><tr><td><h4><i class="fa-magnifying-glass">:magnifying-glass:</i></h4></td><td><strong>Import Vorschau</strong></td><td>Die <strong>Import-Vorschau</strong> zeigt Ihnen, was passieren würde: welche Zeilen eingefügt, aktualisiert oder übersprungen werden und wo Fehler auftreten könnten.</td><td></td><td></td><td><a href="/pages/QPzbTvC6XsT5gERiU43E">/pages/QPzbTvC6XsT5gERiU43E</a></td></tr><tr><td><h4><i class="fa-page">:page:</i></h4></td><td><strong>Import-Protokoll</strong></td><td>Das <strong>Import-Protokoll</strong> dokumentiert jeden Lauf nachvollziehbar, ein vollständiges Audit-Trail für Ihre Datenimporte, inklusive Export nach Excel wo unterstützt.</td><td></td><td></td><td></td></tr><tr><td><h4><i class="fa-gauge-max">:gauge-max:</i></h4></td><td><strong>Quick Import...</strong></td><td> ...erkennt anhand der Spaltenüberschriften in Ihrer Datei automatisch die passende Import-Zuordnung. Ideal für wiederkehrende Importe.</td><td></td><td></td><td></td></tr><tr><td><h4><i class="fa-arrows-left-right-to-line">:arrows-left-right-to-line:</i></h4></td><td><strong>Virtuelle Spalten...</strong></td><td>...erlauben es, feste oder berechnete Werte in den Import einzubringen, die in der Quelldatei nicht vorkommen; z. B. Standardwerte.</td><td></td><td></td><td></td></tr></tbody></table>

## Unterstützte Dateiformate

Die App liest folgende Formate ein:

* **Excel** (`.xlsx`)
* **CSV**
* **XML**
* **JSON**

## Spaltenzuordnung

Neben der Zuordnung auf Feldebene steuern Sie die Verknüpfung von Quellspalten und Zielfeldern komfortabel (u. a. per Drag-and-drop in der Oberfläche). Details dazu finden Sie unter [Spalten zuordnen](https://docs.solutioo.de/universal-import/pages/i73g4LZQanoLj7XtSO18#id-2.-spalten-zuordnen).


---

# 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/universal-import/readme.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.
