> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/it/knowledge-base/how-to-articles/create-a-custom-csv-template-for-import.md).

# Creare un modello CSV personalizzato per l'importazione

Questo articolo descrive come creare un modello CSV riutilizzabile in Remote Desktop Manager. L'approccio consiste nel partire da una o più voci di esempio, esportarle in CSV e poi utilizzare quel file come base per preparare un'importazione.

### Creare le voci di esempio <a href="#create-the-sample-entries" id="create-the-sample-entries"></a>

1. In Remote Desktop Manager, individui il tipo di voce che desidera importare.
2. Crei manualmente una voce di esempio di quel tipo.
3. Compili i campi che desidera includere nel suo futuro modello.
4. Salvi la voce.
5. Ripeta i passaggi precedenti per ogni tipo di voce che desidera includere nel suo modello.

### Esportare le voci in CSV <a href="#export-the-entries-to-csv" id="export-the-entries-to-csv"></a>

1. Vada su ***File*** e clicchi su ***Esporta***.
2. Selezioni l'opzione ***Esporta tutti gli elenchi di host (.csv)***.
3. Salvi il file `.csv`.

### Modificare il modello <a href="#edit-the-template" id="edit-the-template"></a>

1. Apra il file `.csv` in Excel.
2. Esamini le colonne generate da Remote Desktop Manager.
3. Modifichi le righe di dati in base alle voci che desidera creare.
4. Salvi il file `.csv`.

### Importare il modello <a href="#import-the-template" id="import-the-template"></a>

1. Vada su ***File*** e clicchi su ***Importa***.
2. Apra la ***Procedura guidata di importazione CSV generica***.
3. Selezioni il file `.csv` modificato.
4. Segua i passaggi della procedura guidata di importazione.
5. Verifichi che le voci importate contengano le informazioni corrette.

#### Vedere anche <a href="#see-also" id="see-also"></a>

* [Strategie di importazione CSV e formato dei file](/rdm/it/ribbon-menu-bar/file/import/import-generic-csv-wizard/csv-import-strategies-and-file-format.md)


---

# 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.devolutions.net/rdm/it/knowledge-base/how-to-articles/create-a-custom-csv-template-for-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.
