> For the complete documentation index, see [llms.txt](https://opendatafrance.gitbook.io/fablog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://opendatafrance.gitbook.io/fablog/espace-arretes/tutoriels/ouvrir-et-interpreter-une-donnee-darrete/ouvrir-une-donnee-darrete.md).

# Ouvrir une donnée d'arrêté

Dans un premier temps, assurez-vous d'avoir [LibreOffice](https://fr.libreoffice.org/download/telecharger-libreoffice/) ou Excel sur votre poste.

Vous pouvez télécharger un fichier d'arrêtés ici : <https://raw.githubusercontent.com/CEREMA/schema-arrete-circulation-marchandises/master/exemples/le-rove.csv>

xxx mettre cassis

![](https://raw.githubusercontent.com/wiki/CEREMA/schema-arrete-circulation-marchandises/files/lire-csv/16.png)

Double-cliquez sur le fichier CSV pour l'ouvrir :

![](https://raw.githubusercontent.com/wiki/CEREMA/schema-arrete-circulation-marchandises/files/lire-csv/0.png)

Le fichier s'ouvre avec une petite fenêtre de configuration :

![Ouvrir un CSV](https://raw.githubusercontent.com/wiki/CEREMA/schema-arrete-circulation-marchandises/files/lire-csv/1.png)

Voici comment configurer la fenêtre :

1. l'encodage UTF-8 (qui est un encodage universel interprétant bien les chaînes de caractères avec des accents)
2. le séparateur `,` (il devrait être mis automatiquement)
3. ainsi que le séparateur de chaîne de caractères `"`


---

# 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:

```
GET https://opendatafrance.gitbook.io/fablog/espace-arretes/tutoriels/ouvrir-et-interpreter-une-donnee-darrete/ouvrir-une-donnee-darrete.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
