> 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/system/ergonode-transfer/import/running-importing-data/history.md).

# History

{% hint style="info" %}
Please keep in mind that this page does not auto-refresh itself, so to see any changes you need to do it manually.
{% endhint %}

The “history” tab shows the list of the previous imports that the user has performed using the Ergonode transfer function. The Ergonode transfer function allows the user to import products, categories, attributes, translations, and other data to the PIM system using CSV files. The “history” tab has six columns:

* **Created at**: The date and time when the import was created in the system.
* **Started on**: The date and time when the import process started.
* **Ended at**: The date and time when the import process ended or stopped.
* **Records**: The number of records that were processed in the CSV file.
* **Status**: The current status of the import, such as “Created”, “Processing”, “Ended”, “Stopped”, or “Error”.
* **Errors**: The number of records that encountered errors during the import process.

The user can sort the table by any column, either in ascending or descending order, by clicking on the column header. The user can also search for specific values in any column by typing in the first row of the table, which acts as a filter. The table will only show the rows that match the search criteria. The “history” tab helps the user to monitor the progress and the outcomes of the imports and to fix any issues.

<figure><img src="/files/NaftoBuxruac6rFv9gdO" alt=""><figcaption></figcaption></figure>

Each row in the table has an *eye icon* that allows the user to view the details of the import, such as the date, the line in the file that created an issue, and the error description.

<figure><img src="/files/4MQEqNTZfzLvXW9FXs9c" alt=""><figcaption></figcaption></figure>


---

# 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/system/ergonode-transfer/import/running-importing-data/history.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.
