> For the complete documentation index, see [llms.txt](https://usermanual.ergonode.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://usermanual.ergonode.com/ergonode-user-manual-pl/system/ergonode-transfer.md).

# Ergonode transfer

To jest miejsce do importowania danych do Ergonode lub eksportowania ich z Ergonode za pomocą plików CSV.&#x20;

{% hint style="info" %}
Informacje techniczne dotyczące wymagań dla plików są dostępne [tutaj](https://docs.ergonode.com/ergonode-transfer/).
{% endhint %}

{% hint style="warning" %}
Pamiętaj, że jeśli dokumentacja techniczna wskazuje, że niektóre wartości są ZAPISANE WIELKIMI LITERAMI, to w pliku CSV muszą one być również zapisane wielkimi literami.
{% endhint %}

{% hint style="info" %}
Przecinek jest separatorem wewnątrz komórki, dlatego jest traktowany właśnie w ten sposób — dzieli wartość na kilka części. To samo dotyczy SKU w relacjach produktów oraz opcji na liście wyboru wielokrotnego. Jest to ograniczenie Ergonode transfer i nie jest obsługiwane. Oznacza to na przykład, że nazwy plików multimedialnych nie mogą zawierać przecinków.
{% endhint %}

{% hint style="info" %}
Do importu użyj kodowania CSV UTF-8, ponieważ poprawnie koduje ono znaki spoza alfabetu angielskiego. Pamiętaj też, że dokumenty importu muszą być rozdzielone przecinkami lub średnikami; inne separatory spowodują niepowodzenie importu.
{% endhint %}

{% hint style="info" %}
Ważne jest, aby przeczytać te informacje techniczne przed wykonaniem pierwszego importu, ponieważ plik ZIP i pliki CSV muszą być skonfigurowane zgodnie z zasadami.&#x20;
{% endhint %}

{% hint style="warning" %}
Ustalono, że domyślne narzędzie kompresji w macOS tworzy ukryty folder wewnątrz archiwum skompresowanego, co powoduje niepowodzenie importu. Miej to na uwadze podczas tworzenia archiwum .zip na potrzeby importu danych.
{% endhint %}

{% hint style="info" %}
Instancje demo są ograniczone do maksymalnie 10 tys. wierszy na plik w imporcie.
{% endhint %}

{% hint style="danger" %}
SKU zawierające przecinki nie są obecnie obsługiwane przez Ergonode transfer, chociaż ich tworzenie w interfejsie użytkownika jest możliwe.
{% endhint %}

{% hint style="success" %}
W importowanych danych możesz używać Variables (tam, gdzie są obsługiwane). Przeczytaj [ten artykuł ](/ergonode-user-manual-pl/struktura-produktu/atrybuty/zmienne-atrybutow.md)aby uzyskać więcej informacji o Variables i o tym, jak ich używać.
{% 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://usermanual.ergonode.com/ergonode-user-manual-pl/system/ergonode-transfer.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.
