> For the complete documentation index, see [llms.txt](https://doc.simax.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.simax.fr/parametrage/import-export/exports/export-des-modeles-fichier-en-csv.md).

# Export des modèles fichier en CSV

Les modèles fichiers (comme les images) sont exportés en CSV.

&#x20;Le contenu dépend de la coche « exporter la valeur affichée » :

\- si cochée : seul le nom du fichier est exporté

\- si non cochée : le contenu du fichier est exporté via le format suivant :

data:\<type mime>;name=\<nom du fichier encodé>;base64,\<contenu du fichier en base64> dans le nom du fichier, les caractères & et ; doivent être remplacé par \&amp; et \&#59; respectivement.

<figure><img src="/files/3Uo0SJ52Y3rNSjL8x7KR" alt=""><figcaption></figcaption></figure>

Quand il n'y a pas de correspondance manuelle, c'est le contenu du fichier qui est exporté (coche 'exporter la valeur affichée' non cochée).

&#x20;

Exemple de valeur (avec contenu) exportée :

data:image/png;name:Eri\_\&#59;Kisaki\&amp;,.png;base64,iVBORw0KGgoA....

data:image/png;name:Conan\_Edogawa.PNG;base64,iVBORw0....

&#x20;


---

# 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://doc.simax.fr/parametrage/import-export/exports/export-des-modeles-fichier-en-csv.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.
