> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/german/plattform/platform-core/bulk-import.md).

# Importieren

Mit Bulk-Import können Sie große Mengen an Assets, Benutzern und anderen Entitäten auf einmal in BuildingPro Suites importieren.

## Vorgehensweise

<figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FMxEBfxNM7sfn9apSntnZ%2FDocs_Bulk_Import_1.png?alt=media&#x26;token=9ee10fd1-0b9d-4eba-8cea-d2f8492bc004" alt=""><figcaption></figcaption></figure>

1. Klicken Sie auf Engineering **\[A]**
2. Klicken Sie auf Importieren **\[B]**
3. Ziehen Sie eine .json-Datei in **\[B1]**
4. Klicken Sie auf **\[B2]**\
   ▷ Das Fenster **\[C]** öffnet sich
5. Überprüfen Sie die eingegebene .json-Datei in **\[C1]**
6. Klicken Sie auf **\[C2]**
7. Das Fenster **\[D]** öffnet sich
8. Über **\[D1]** und **\[D7]**, wählen Sie die Entitäten aus, die Sie importieren möchten. ✙ Details zu diesen Optionen finden Sie weiter unten.
9. Klicken Sie auf Testimport **\[D5]**\
   ▷ Das Fenster **\[E]** öffnet sich. ✙ Im Fenster **\[E]**, sehen Sie etwaige Fehlermeldungen.
10. Klicken Sie auf **\[E1]**\
    ▷ Das Fenster **\[E]** schließt sich.
11. Optional: Beheben Sie eventuelle Fehlermeldungen in der .json-Datei.
12. Klicken Sie auf **\[D7]**\
    ▷ Der Import wird gestartet

## Importoptionen

<div data-full-width="true"><figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FqQ5afr1Jx8EGIJEjGamE%2FDocs_Bulk_Import_2.png?alt=media&#x26;token=2d1bb533-540d-4f2f-85df-b934f3216392" alt=""><figcaption></figcaption></figure></div>

<table data-full-width="true"><thead><tr><th width="86.39996337890625">Element</th><th width="220">Titel</th><th>Details</th></tr></thead><tbody><tr><td><strong>[D1]</strong></td><td>Entitätstyp</td><td>Zeigt die in der .json-Datei erkannten Entitäten, nach Typ gefiltert.</td></tr><tr><td><strong>[D2]</strong></td><td>"Überschreiben"-Schalter</td><td>Wenn dieser Schalter aktiviert ist, werden doppelte Einträge überschrieben</td></tr><tr><td><strong>[D3]</strong></td><td>"Duplikate markieren"-Schalter</td><td>Wenn dieser Schalter aktiviert ist, werden doppelte Einträge markiert</td></tr><tr><td><strong>[D4]</strong></td><td>Testimport</td><td>Klicken Sie, um einen Testimport durchzuführen. Vor jedem Import muss ein Testimport durchgeführt werden.</td></tr><tr><td><strong>[D5]</strong></td><td>Anleitung</td><td>Online-Hilfe öffnen</td></tr><tr><td><strong>[D6]</strong></td><td>Erkannte Entitäten</td><td>Entitäten, die in der .json-Datei erkannt wurden.</td></tr><tr><td><strong>[D7]</strong></td><td>Entitätsauswahl</td><td>Ankreuzen, um ein Asset für den Import zu aktivieren. Es werden nur angekreuzte Entitäten importiert.</td></tr><tr><td><strong>[D8]</strong></td><td>Import</td><td>Klicken Sie, um den Import zu starten. Diese Option ist erst verfügbar, nachdem ein Testimport durchgeführt wurde.</td></tr></tbody></table>

## Hinweise zu Funktionalität und Syntax

### Beispielsyntax

\[hier steht der Code]

### Asset-Typ und Tags

In der .json-Datei haben Sie die Möglichkeit, für jedes hinzuzufügende Asset einen Asset-Typ und Tags anzugeben.

Der Asset-Typ und die Tags müssen bereits im Mandanten angelegt sein. Der Asset-Typ und die Tags können nicht per Bulk-Import erstellt werden. Wenn die in der .json-Datei angegebenen Asset-Typen und Tags nicht existieren, tritt beim Import ein Fehler auf. Der Import wird abgebrochen.

## Mandanten-ID finden

Sie müssen die Mandanten-ID in der .json-Datei angeben. Gehen Sie wie folgt vor, um die Mandanten-ID zu finden.

1. [↗ Einen Mandanten öffnen](/collection/german/verpflichtende-basis/platform-core/workspace-and-identity/users/assign-a-user-to-a-tenant.md)
2. In der Adressleiste finden Sie am Ende der URL eine Zahl. Das ist die Mandanten-ID

Beispiel: Die Mandanten-URL lautet `https://yoursystem.eliona.io/engineering/tenants/1337` Die Mandanten-ID ist `1337`


---

# 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.buildings.ability.abb/collection/german/plattform/platform-core/bulk-import.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.
